Documentation
¶
Index ¶
- Variables
- type Controller
- type Service
- func (x *Service) FindByIdentity(ctx context.Context, identity string) (data model.User, err error)
- func (x *Service) GetActived(ctx context.Context, id string) (data model.User, err error)
- func (x *Service) UpdateOneById(ctx context.Context, id primitive.ObjectID, update bson.M) (*mongo.UpdateResult, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
UsersService *Service
}
Click to show internal directories.
Click to hide internal directories.