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.
Click to show internal directories.
Click to hide internal directories.