package query type GetUsersQuery struct {} func NewGetUsersQuery() *GetUsersQuery { return &GetUsersQuery{} }