Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorRecordNotFound = errors.New("record not found") ErrorEditConflict = errors.New("edit conflict") )
Define a custom ErrRecordNotFound error. We'll return this from our Get() method when looking up a movie that doesn't exist in our database.
Functions ¶
func GenerateToken ¶
func GenerateToken() string
func GetIsoString ¶
func GetIsoString() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.