Documentation ¶ Index ¶ type Client func NewClient() *Client func (c *Client) GetAllWeights() ([]*core.Weight, error) func (c *Client) GetFilterWeights(name string) ([]*core.Weight, error) func (c *Client) Login(username, password string) error 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 NewClient ¶ func NewClient() *Client func (*Client) GetAllWeights ¶ func (c *Client) GetAllWeights() ([]*core.Weight, error) func (*Client) GetFilterWeights ¶ func (c *Client) GetFilterWeights(name string) ([]*core.Weight, error) func (*Client) Login ¶ func (c *Client) Login(username, password string) error Source Files ¶ View all Source files auth.goclient.go Click to show internal directories. Click to hide internal directories.