Documentation ¶
Index ¶
- type Client
- func (c Client) Create(ctx context.Context, params *CreateParams) error
- func (c Client) Delete(ctx context.Context, remoteID string) error
- func (c Client) Get(ctx context.Context, remoteID string) (api.RemoteConnection, error)
- func (c Client) List(ctx context.Context, params *ListParams) error
- func (c Client) Update(ctx context.Context, params *UpdateParams) error
- type CreateParams
- type ListParams
- type UpdateParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { clients.CLI api.RemoteConnectionsApi api.OrganizationsApi }
type CreateParams ¶
Click to show internal directories.
Click to hide internal directories.