Documentation ¶
Index ¶
- type AppVersionCommandHandler
- type MasterUserCommandHandler
- func (h *MasterUserCommandHandler) Command() *cli.Command
- func (h *MasterUserCommandHandler) CreateUser(c *cli.Context) error
- func (h *MasterUserCommandHandler) DropUser(c *cli.Context) error
- func (h *MasterUserCommandHandler) GetUsers(c *cli.Context) error
- func (h *MasterUserCommandHandler) Login(c *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppVersionCommandHandler ¶
type AppVersionCommandHandler struct {
// contains filtered or unexported fields
}
func NewAppVersionCommandHandler ¶
func NewAppVersionCommandHandler(appVersionRepository repository.AppVersionRepository) *AppVersionCommandHandler
func (*AppVersionCommandHandler) Command ¶
func (h *AppVersionCommandHandler) Command() *cli.Command
func (*AppVersionCommandHandler) GetCurrentVersion ¶
func (h *AppVersionCommandHandler) GetCurrentVersion(_ *cli.Context) error
type MasterUserCommandHandler ¶
type MasterUserCommandHandler struct {
// contains filtered or unexported fields
}
func NewMasterUserCommandHandler ¶
func NewMasterUserCommandHandler(masterUserService service.MasterUserService) *MasterUserCommandHandler
func (*MasterUserCommandHandler) Command ¶
func (h *MasterUserCommandHandler) Command() *cli.Command
func (*MasterUserCommandHandler) CreateUser ¶
func (h *MasterUserCommandHandler) CreateUser(c *cli.Context) error
func (*MasterUserCommandHandler) DropUser ¶ added in v1.1.0
func (h *MasterUserCommandHandler) DropUser(c *cli.Context) error
func (*MasterUserCommandHandler) GetUsers ¶
func (h *MasterUserCommandHandler) GetUsers(c *cli.Context) error
func (*MasterUserCommandHandler) Login ¶
func (h *MasterUserCommandHandler) Login(c *cli.Context) error
Click to show internal directories.
Click to hide internal directories.