commands

package
v0.0.0-...-1f9e35f Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2022 License: Apache-2.0 Imports: 23 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.

Functions

func Authenticate

func Authenticate(host string, email string, password string, file string) error

Authenticate authenticates a user at the service and returns a JWT token.

func GenKey

func GenKey() error

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

func Migrate

func Migrate(cfg database.Config) error

Migrate creates the schema in the database.

func Register

func Register(host, name, email, password string) error

Register registers a new user in the system.

func Seed

func Seed(cfg database.Config) error

Seed loads test data into the database.

func Users

func Users(log *zap.SugaredLogger, 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