Documentation ¶ Index ¶ type Profile type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Profile ¶ type Profile struct { } type User ¶ type User interface { // Get user profile Profile(token string, at time.Time, val *bg.Int) (*Profile, error) // contains filtered or unexported methods } General user profile access Source Files ¶ View all Source files gen.go Click to show internal directories. Click to hide internal directories.