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 ListInput struct + Name string + type Repo struct + func NewRepo(client *client.ClientWithResponses) *Repo + func (r *Repo) ListOwners(ctx context.Context, input ListInput) ([]*client.Owner, error) + func (r *Repo) RetrieveOwner(ctx context.Context, id string) (*client.Owner, error)