package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Oct 14, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Output struct {
Success bool `json:"success"`
Message string `json:"msg"`
}
Output is the base output we can expect from a runner job.
Runner can be used as the base object to base Job based applications.
func (r *Runner) WriteTerminationMessage(result interface{}) error
WriteTerminationMessage writes the result into the termination log as json.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.