Documentation
¶
Index ¶
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(masterUserRepository repository.MasterUserRepository) *MasterUserCommandHandler
func (*MasterUserCommandHandler) Command ¶
func (h *MasterUserCommandHandler) Command() *cli.Command
func (*MasterUserCommandHandler) CreateUser ¶
func (h *MasterUserCommandHandler) CreateUser(c *cli.Context) error
Click to show internal directories.
Click to hide internal directories.