Documentation
¶
Index ¶
Constants ¶
View Source
const ResponseErrorFormat = "Failed to run shell command.\nError: %s\nOutput:%s"
Variables ¶
This section is empty.
Functions ¶
func NewRuntime ¶
NewRuntime returns a new shell runtime
Types ¶
type Configuration ¶
type Configuration struct { *runtime.Configuration Arguments string ResponseHeaders map[string]interface{} }
func NewConfiguration ¶
func NewConfiguration(runtimeConfiguration *runtime.Configuration) (*Configuration, error)
Click to show internal directories.
Click to hide internal directories.