Documentation
¶
Index ¶
- type Handler
- func (p *Handler) CreateUser(ctx context.Context, prototype *models.UserPrototype) (*models.User, error)
- func (p *Handler) DeleteUSer(ctx context.Context, userID uuid.UUID) error
- func (p *Handler) GetUser(ctx context.Context, userID uuid.UUID) (*models.User, error)
- func (p *Handler) ListUsers(ctx context.Context, params models.ListUsersParams) ([]*models.User, error)
- func (p *Handler) UpdateUser(ctx context.Context, userID uuid.UUID, prototype *models.UserPrototype) (*models.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) CreateUser ¶
func (*Handler) DeleteUSer ¶
Click to show internal directories.
Click to hide internal directories.