Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2023 Changes in this version + type Client struct + func NewClient(client *http.Client, base string) *Client + func (c *Client) Delete(ctx context.Context, pathElem []string) (*http.Response, error) + func (c *Client) Get(ctx context.Context, pathElem []string) (*http.Response, error) + func (c *Client) Put(ctx context.Context, pathElem []string, contentType string, body io.Reader) (*http.Response, error) + type Proxy struct + func NewProxy(client *Client) *Proxy + func (p *Proxy) Activate(ctx context.Context, proxyID string) error + func (p *Proxy) Delete(ctx context.Context, proxyID string) error + func (p *Proxy) Register(ctx context.Context, proxy entity.Proxy) error