Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChangePasswordCmd ¶
func GetChangePasswordCmd(ctx *appContext.Context) *cobra.Command
func GetChangePasswordRunFn ¶
Types ¶
type CreateChangePasswordDBFn ¶
type CreateChangePasswordDBFn func(ctx *appContext.Context) (*gorm.DB, error)
var NewChangePasswordDB CreateChangePasswordDBFn = func(ctx *appContext.Context) (*gorm.DB, error) { return database.CreateDB(ctx) }
Click to show internal directories.
Click to hide internal directories.