Documentation ¶ Index ¶ type ListInput type Repo 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) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ListInput ¶ type ListInput struct { Name string } type Repo ¶ type Repo struct { // contains filtered or unexported fields } func NewRepo ¶ func NewRepo(client *client.ClientWithResponses) *Repo func (*Repo) ListOwners ¶ func (r *Repo) ListOwners(ctx context.Context, input ListInput) ([]*client.Owner, error) func (*Repo) RetrieveOwner ¶ func (r *Repo) RetrieveOwner(ctx context.Context, id string) (*client.Owner, error) Source Files ¶ View all Source files repo.go Click to show internal directories. Click to hide internal directories.