Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateJWT ¶
Types ¶
type NestedJSONMap ¶
type NestedJSONMap map[string]interface{}
JSONMap allows for nested JSON objects by using `interface{}` for values
func (*NestedJSONMap) Scan ¶
func (m *NestedJSONMap) Scan(value interface{}) error
Scan method for retrieving and parsing JSON data from the database
Click to show internal directories.
Click to hide internal directories.