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 Env struct + func NewEnv(client *Client) *Env + func (e *Env) Delete(ctx context.Context, envID string) error + func (e *Env) Get(ctx context.Context, envID string) (entity.Env, error) + func (e *Env) Register(ctx context.Context, envs []entity.Env) error