utils

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PackageName    = "fairdatasociety.fairpass"
	PodName        = "fairpass"
	PasswordsTable = "passwords"
	NotesTable     = "notes"
	AppName        = "FairPass"
	LoginWelcome   = "FairPass"
)

Variables

View Source
var (
	ErrBlankUsername        = fmt.Errorf("username cannot be blank")
	ErrBlankPassword        = fmt.Errorf("password cannot be blank")
	ErrBlankConfirmPassword = fmt.Errorf("confirm password cannot be blank")
	ErrPasswordMismatch     = fmt.Errorf("passwords do not match")
	ErrBlankBee             = fmt.Errorf("please enter bee endpoint")
	ErrBlankBatchId         = fmt.Errorf("please enter batch ID")
	ErrBlankRPC             = fmt.Errorf("please enter rpc endpoint")
)
View Source
var (
	Version = "v0.0.0"
	Commit  = "none"
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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