package
Version:
v0.0.0-...-87346ed
Opens a new window with list of versions in this module.
Published: Sep 1, 2020
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 UserAuth struct {
UserUID uuid.UUID `json:"uid"`
AccessToken string `json:"access_token"`
TokenExpires int `json:"token_expires"`
CreatedDate time.Time `json:"created_date"`
LastUpdated time.Time `json:"last_updated"`
}
type UserEvent struct {
UserUID uuid.UUID
Version int
CreatedDate time.Time
Event interface{}
}
type UserRead struct {
UID uuid.UUID `json:"uid"`
Username string `json:"username"`
Password []byte `json:"-"`
CreatedDate time.Time `json:"created_date"`
LastUpdated time.Time `json:"last_updated"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.