Documentation
¶
Index ¶
- func Disable(ctx context.Context, docker docker.Client, dockerCli command.Cli, ...) error
- func Enable(ctx context.Context, docker docker.Client, dockerCli command.Cli, ...) error
- func Init(_ context.Context, dir string, language string, templateName string) error
- func List(ctx context.Context, docker docker.Client) ([]string, error)
- type Info
- type Tool
- type ToolArgument
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tool ¶ added in v0.16.0
type Tool struct {
Name string `json:"name"`
Description string `json:"description"`
Arguments []ToolArgument `json:"arguments,omitempty"`
Annotations map[string]json.RawMessage `json:"annotations,omitempty"`
Enabled bool `json:"enabled"`
}
type ToolArgument ¶ added in v0.16.0
Click to show internal directories.
Click to hide internal directories.