Documentation ¶
Index ¶
Constants ¶
View Source
const (
// TableName is the table used to store the data
TableName = "trinacia"
)
Variables ¶
View Source
var ( // ErrorUserAlreadyExists returned when a new user is updating an already existing user ErrorUserAlreadyExists = errors.New("the user can't be created because it already exists") // ErrorInvalidUser user not found ErrorInvalidUser = errors.New("Invalid User ID") // ErrorMissingUserID missing user ID ErrorMissingUserID = errors.New("Missing User ID") // ErrorMissingUser nil pointer reference to User ErrorMissingUser = errors.New("Nil pointer reference passed as User") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.