Documentation ¶ Index ¶ type Client func (cl Client) Create(ctx context.Context, inputID, key, value string) (*http.Response, error) func (cl Client) Delete(ctx context.Context, inputID, id string) (*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) Create ¶ func (cl Client) Create( ctx context.Context, inputID, key, value string, ) (*http.Response, error) func (Client) Delete ¶ func (cl Client) Delete(ctx context.Context, inputID, id string) (*http.Response, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.