package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Feb 19, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GenerateID generates a unique ID that can be used as an identifier for an entity.
type Album struct {
ID string `json:"id"`
Name string `json:"name"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
Album represents an album record.
User represents a user.
GetID returns the user ID.
GetName returns the user name.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.