Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RuntimeCommand ¶
RuntimeCommand returns the command and args to run a tool file.
Types ¶
type Config ¶
type Config struct {
Command string
File string
Transport string
HotReloadImmediate bool
CallTimeout time.Duration
LogLevel string
SocketPath string
Runtime string
Host string
Port int
Auth []string
Strict bool
Format string
TestSubcommand string // "list", "call", "scenario"
TestToolName string // tool name for "call"
TestArgs string // --args JSON string
ShowTrace bool // --trace flag (default true)
}
Click to show internal directories.
Click to hide internal directories.