Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶ added in v0.3.0
type API interface { ValidateToken(ctx context.Context) error Repos(ctx context.Context) ([]Repo, error) }
API defines how to interact with the Atlas Cloud API.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client for the Atlas Cloud API.
Click to show internal directories.
Click to hide internal directories.