Documentation
¶
Index ¶
- func NewDAO(persesDAO databaseModel.DAO) user.DAO
- func NewService(dao user.DAO) user.Service
- type Endpoint
- func (e *Endpoint) CollectRoutes(g *shared.Group)
- func (e *Endpoint) Create(ctx echo.Context) error
- func (e *Endpoint) Delete(ctx echo.Context) error
- func (e *Endpoint) Get(ctx echo.Context) error
- func (e *Endpoint) GetPermissions(ctx echo.Context) error
- func (e *Endpoint) List(ctx echo.Context) error
- func (e *Endpoint) Update(ctx echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Endpoint ¶ added in v0.42.0
type Endpoint struct {
// contains filtered or unexported fields
}
func NewEndpoint ¶ added in v0.42.0
func (*Endpoint) CollectRoutes ¶ added in v0.42.0
func (*Endpoint) GetPermissions ¶ added in v0.42.0
Click to show internal directories.
Click to hide internal directories.