Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultLogFormat ... DefaultLogFormat = "text" // DefaultLogLevel ... DefaultLogLevel = "warn" // DefaultVerbose ... DefaultVerbose = false // DefaultDebug ... DefaultDebug = false )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct { // Verbose ... Verbose bool // Debug ... Debug bool // LogFormat ... LogFormat string // LogLevel ... LogLevel string // Invocation ... Invocation string // Input ... Input string }
Opts ...
type Runtime ¶
type Runtime struct { Request *pb.Request Response *pb.Response Opts *Opts // contains filtered or unexported fields }
func (*Runtime) Execute ¶
func (r *Runtime) Execute(handler RuntimeHandler) error
type RuntimeHandler ¶
Click to show internal directories.
Click to hide internal directories.