Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteActionRequest ¶
type ExecuteActionResponse ¶
type ExecuteActionResponse struct {
Value *string
}
type ExecuteRequest ¶
type ExecuteResponse ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func NewExecutor( executor ScriptExecutor, httpClient HTTPClient, insecureHTTPClient HTTPClient, ) *Executor
func (*Executor) Execute ¶
func (e *Executor) Execute( ctx context.Context, executeReq ExecuteRequest, ) (*ExecuteResponse, error)
func (*Executor) ExecuteAction ¶
func (e *Executor) ExecuteAction( ctx context.Context, executeReq ExecuteActionRequest, ) (*ExecuteActionResponse, error)
type HTTPClient ¶
Click to show internal directories.
Click to hide internal directories.