Documentation
¶
Index ¶
- func Equal(w1, w2 *core.Weight) bool
- type Client
- func (c *Client) Delete(api string) (*http.Response, error)
- func (c *Client) DeleteWeight(weight *core.Weight) error
- func (c *Client) Get(api string) (*http.Response, error)
- func (c *Client) GetAllWeights() ([]*core.Weight, error)
- func (c *Client) GetWeight(start, end string) ([]*core.Weight, error)
- func (c *Client) Login(username, password string) error
- func (c *Client) LoginWithToken(token string) error
- func (c *Client) PostFile(api, filename string, data []byte) (*http.Response, error)
- func (c *Client) Token() string
- func (c *Client) Upload(filename string, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.