Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type Repo struct + func NewRepo(client *client.ClientWithResponses) *Repo + func (e *Repo) GetEnvironment(ctx context.Context, id string) (*client.Environment, error) + func (e *Repo) ListEnvironments(ctx context.Context, params *client.ListEnvironmentsParams) ([]*client.Environment, error)