Documentation ¶
Index ¶
- type Client
- func (c Client) Create(ctx context.Context, params *CreateParams) error
- func (c Client) Delete(ctx context.Context, params *DeleteParams) error
- func (c Client) Invoke(ctx context.Context, params *InvokeParams) error
- func (c Client) List(ctx context.Context, params *ListParams) error
- func (c Client) Retrieve(ctx context.Context, params *RetrieveParams) error
- func (c Client) Update(ctx context.Context, params *UpdateParams) error
- type CreateParams
- type DeleteParams
- type InvokeParams
- type ListParams
- type RetrieveParams
- 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.InvokableScriptsApi }
type CreateParams ¶
type DeleteParams ¶
type DeleteParams struct {
ScriptID string
}
type InvokeParams ¶
type ListParams ¶
type RetrieveParams ¶
type RetrieveParams struct {
ScriptID string
}
Click to show internal directories.
Click to hide internal directories.