executor

package
v1.0.0-percom23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const DEFAULT_EXECUTOR_PORT = 8080

Variables

This section is empty.

Functions

func InvokeHandler

func InvokeHandler(w http.ResponseWriter, r *http.Request)

Types

type InvocationRequest

type InvocationRequest struct {
	Command    []string
	Params     map[string]interface{}
	Handler    string
	HandlerDir string
}

type InvocationResult

type InvocationResult struct {
	Success bool
	Result  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL