commands

package
v0.0.0-...-2cbf9d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2020 License: AGPL-3.0 Imports: 22 Imported by: 0

Documentation

Overview

Package commands contains the functionality for the set of commands currently supported by the CLI tooling.

Index

Constants

This section is empty.

Variables

View Source
var ErrHelp = errors.New("provided help")

ErrHelp provides context that help was given.

View Source
var Issuer = "MB Appiness Solutions"

Functions

func CountrySeed

func CountrySeed() (string, error)

func GenKey

func GenKey() error

GenKey creates an x509 private/public key for auth tokens.

func GenToken

func GenToken(traceID string, log *log.Logger, cfg database.Config, id string, privateKeyFile string, algorithm string) error

GenToken generates a JWT for the specified user.

func JurisdictionSeed

func JurisdictionSeed() (string, error)

func Migrate

func Migrate(cfg database.Config) error

Migrate creates the schema in the database.

func Seed

func Seed(cfg database.Config) error

Seed loads test data into the database.

func UserAdd

func UserAdd(traceID string, log *log.Logger, cfg database.Config, email, password string) error

UserAdd adds new users into the database.

func Users

func Users(traceID string, log *log.Logger, cfg database.Config, pageNumber string, rowsPerPage string) error

Users retrieves all users from the database.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL