Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrToolResult ¶
type ErrToolResult struct {
Message string
}
func (ErrToolResult) Error ¶
func (e ErrToolResult) Error() string
type Invoker ¶
type Invoker struct {
// contains filtered or unexported fields
}
func NewInvoker ¶
func NewInvoker(c kclient.WithWatch, gatewayClient *client.Client, serverURL string, serverPort int, tokenService *persistent.TokenService) *Invoker
type Response ¶
type SystemTaskOptions ¶
type TaskResult ¶
type TaskResult struct {
// Task output
Output string
}
Click to show internal directories.
Click to hide internal directories.