Documentation
¶
Index ¶
Constants ¶
View Source
const AuthDenied = "Error: authentication denied"
AuthDenied is the error message when there is authentication denied
View Source
const AuthError = "Error: authentication issue"
AuthError is the error message when there is authentication issue
View Source
const MissingParamsErr = "Error: wrong parameters"
MissingParamsErr is the error message when the error is missing parameters
View Source
const SavingErr = "Error saving to database"
SavingErr is the error message when the error is saving
View Source
const StartServer = "Starting server..."
StartServer is the debug message when the starting the server
Variables ¶
View Source
var Loaded = "Entries loaded succesfully ✔"
Loaded is the debug message when the entry is loaded
View Source
var SaveMsg = func(sender string) string { return fmt.Sprintf("Saving entry - Signature: [%s]", sender) }
SaveMsg is the debug message when the saving an entry
View Source
var Saved = "Entry saved succesfully ✔"
Saved is the debug message when the entry is saved
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.