Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAllWeights() ([]*core.Weight, error)
- func (c *Client) GetFamilyID(name string) (int64, error)
- func (c *Client) GetFamilyMembers() error
- func (c *Client) GetUserWeights(name string) ([]*core.Weight, error)
- func (c *Client) Login(username, password string) error
- func (c *Client) LoginWithToken(token string) error
- func (c *Client) Token() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetFamilyMembers ¶
func (*Client) GetUserWeights ¶
func (*Client) LoginWithToken ¶
Click to show internal directories.
Click to hide internal directories.