package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 22, 2022
License: Apache-2.0
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
¶
type Metadata map[string]interface{}
type User struct {
Id string `json:"Id"`
CreatedAt string `json:"CreatedAt"`
Email string `json:"Email"`
FullName string `json:"FullName"`
HashPass string `json:"-"`
Metadata Metadata `json:"Metadata"`
}
String returns a string representation of the user
Source Files
¶
Click to show internal directories.
Click to hide internal directories.