Documentation
¶
Index ¶
- type CLICobraHandler
- type HTTPGinHandler
- func (handler *HTTPGinHandler) Create(c *gin.Context)
- func (handler *HTTPGinHandler) Delete(c *gin.Context)
- func (handler *HTTPGinHandler) FindAll(c *gin.Context)
- func (handler *HTTPGinHandler) FindById(c *gin.Context)
- func (handler *HTTPGinHandler) RegistryRoutes(router *gin.Engine)
- func (handler *HTTPGinHandler) Replace(c *gin.Context)
- func (handler *HTTPGinHandler) Update(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLICobraHandler ¶
type CLICobraHandler struct {
// contains filtered or unexported fields
}
func NewCLIHandler ¶
func NewCLIHandler(userService ports.UserService) *CLICobraHandler
func (*CLICobraHandler) Login ¶
func (handler *CLICobraHandler) Login()
func (*CLICobraHandler) Logout ¶
func (handler *CLICobraHandler) Logout()
func (*CLICobraHandler) Me ¶
func (handler *CLICobraHandler) Me()
func (*CLICobraHandler) Refresh ¶
func (handler *CLICobraHandler) Refresh()
func (*CLICobraHandler) RegistryCommand ¶
func (handler *CLICobraHandler) RegistryCommand()
type HTTPGinHandler ¶
type HTTPGinHandler struct {
// contains filtered or unexported fields
}
func NewHttpHandler ¶
func NewHttpHandler(userService ports.UserService) *HTTPGinHandler
func (*HTTPGinHandler) Create ¶
func (handler *HTTPGinHandler) Create(c *gin.Context)
func (*HTTPGinHandler) Delete ¶
func (handler *HTTPGinHandler) Delete(c *gin.Context)
func (*HTTPGinHandler) FindAll ¶
func (handler *HTTPGinHandler) FindAll(c *gin.Context)
func (*HTTPGinHandler) FindById ¶
func (handler *HTTPGinHandler) FindById(c *gin.Context)
func (*HTTPGinHandler) RegistryRoutes ¶
func (handler *HTTPGinHandler) RegistryRoutes(router *gin.Engine)
func (*HTTPGinHandler) Replace ¶
func (handler *HTTPGinHandler) Replace(c *gin.Context)
func (*HTTPGinHandler) Update ¶
func (handler *HTTPGinHandler) Update(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.