Documentation ¶
Overview ¶
Package commands contains the functionality for the set of commands currently supported by the CLI tooling.
Index ¶
- Variables
- func GenKey() error
- func GenToken(log *zap.SugaredLogger, cfg database.Config, userID string, kid string) error
- func Migrate(cfg database.Config) error
- func Seed(cfg database.Config) error
- func UserAdd(log *zap.SugaredLogger, cfg database.Config, name, email, password string) error
- func Users(log *zap.SugaredLogger, cfg database.Config, pageNumber string, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrHelp = errors.New("provided help")
ErrHelp provides context that help was given.
Functions ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.