 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User interface {
	// Get user profile
	Profile(ctx context.Context, token string, at time.Time, val *bg.Int) (*Profile, error)
	Latest(ctx context.Context, times []*time.Time, num int, info map[string]string) (time.Time, error)
	// contains filtered or unexported methods
}
    General user profile access
 Click to show internal directories. 
   Click to hide internal directories.