Documentation ¶ Index ¶ type Client func (cl Client) Get(ctx context.Context, id string) (map[string]interface{}, *http.Response, error) func (cl Client) GetAll(ctx context.Context) (map[string]interface{}, *http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { Client httpclient.Client } func (Client) Get ¶ func (cl Client) Get( ctx context.Context, id string, ) (map[string]interface{}, *http.Response, error) func (Client) GetAll ¶ func (cl Client) GetAll(ctx context.Context) (map[string]interface{}, *http.Response, error) Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis collector configuration Click to show internal directories. Click to hide internal directories.