Documentation
¶
Index ¶
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(authService ports.AuthService) *CLICobraHandler
func (*CLICobraHandler) RegistyCommands ¶
func (handler *CLICobraHandler) RegistyCommands(parentCommand *cobra.Command)
type HTTPGinHandler ¶
type HTTPGinHandler struct {
// contains filtered or unexported fields
}
func NewHttpHandler ¶
func NewHttpHandler(authService ports.AuthService) *HTTPGinHandler
func (*HTTPGinHandler) Login ¶
func (handler *HTTPGinHandler) Login(c *gin.Context)
func (*HTTPGinHandler) Logout ¶
func (handler *HTTPGinHandler) Logout(c *gin.Context)
func (*HTTPGinHandler) Me ¶
func (handler *HTTPGinHandler) Me(c *gin.Context)
func (*HTTPGinHandler) Refresh ¶
func (handler *HTTPGinHandler) Refresh(c *gin.Context)
func (*HTTPGinHandler) RegistryRoutes ¶
func (handler *HTTPGinHandler) RegistryRoutes(router *gin.Engine)
Click to show internal directories.
Click to hide internal directories.