responses/user.go (3 lines of code) (raw):

package responses import "github.com/uber/gonduit/entities" // UserQueryResponse a response from calling user.query. type UserQueryResponse []entities.User