Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(rc caching.CacheHandler, s userservice.IService, l *logger.Logger) *Controller
func (*Controller) CreateUser ¶
func (uc *Controller) CreateUser(c Context)
func (*Controller) DeleteUser ¶
func (uc *Controller) DeleteUser(c Context)
func (*Controller) FindAllUsers ¶
func (uc *Controller) FindAllUsers(c Context)
func (*Controller) FindUser ¶
func (uc *Controller) FindUser(c Context)
func (*Controller) UpdateUser ¶
func (uc *Controller) UpdateUser(c Context)
Click to show internal directories.
Click to hide internal directories.