Documentation ¶
Index ¶
- Constants
- Variables
- func ArrToUpper(arr []string)
- func Compress(in []byte) ([]byte, error)
- func Decompress(in []byte) ([]byte, error)
- func Decrypt(data []byte) ([]byte, error)
- func DoEvery(d time.Duration, f func())
- func Encrypt(data []byte) ([]byte, error)
- func GetTimezone() *time.Location
- func MaxTime(a, b time.Time) time.Time
- func MinTime(a, b time.Time) time.Time
- func SetupLogging()
- type Auth0User
- type Pair
- type PairList
- type Token
Constants ¶
View Source
const ( TickerName = "TICKER" DateIdx = "DATE" )
Variables ¶
View Source
var ( ErrAuth0 = errors.New("cannot get Auth0 Management API access token request") ErrAuth0AccountRequest = errors.New("User account request failed") )
Functions ¶
func Decompress ¶
func GetTimezone ¶
func SetupLogging ¶
func SetupLogging()
Types ¶
type Auth0User ¶
type Auth0User struct { UserID string `json:"user_id"` Name string `json:"name"` Email string `json:"email"` EmailVerified bool `json:"email_verified"` UserMetaData map[string]interface{} `json:"user_metadata"` }
func GetAuth0User ¶
Click to show internal directories.
Click to hide internal directories.