Documentation
¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, name, description string) error
- func (c *Client) Delete(ctx context.Context, repository string) error
- func (c *Client) Get(ctx context.Context, name string) (*repository.Repository, error)
- func (c *Client) List(ctx context.Context) ([]*repository.Repository, error)
- type Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Get ¶
func (c *Client) Get(ctx context.Context, name string) (*repository.Repository, error)
func (*Client) List ¶
func (c *Client) List(ctx context.Context) ([]*repository.Repository, error)
Click to show internal directories.
Click to hide internal directories.