Documentation ¶ Index ¶ type Repo func NewRepo(client *client.ClientWithResponses) *Repo func (p *Repo) GetProject(ctx context.Context, id string) (*client.Project, error) func (p *Repo) ListProjects(ctx context.Context) ([]*client.Project, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Repo ¶ type Repo struct { // contains filtered or unexported fields } func NewRepo ¶ func NewRepo(client *client.ClientWithResponses) *Repo func (*Repo) GetProject ¶ func (p *Repo) GetProject(ctx context.Context, id string) (*client.Project, error) func (*Repo) ListProjects ¶ func (p *Repo) ListProjects(ctx context.Context) ([]*client.Project, error) Source Files ¶ View all Source files repo.go Click to show internal directories. Click to hide internal directories.