package
Version:
v0.6.0
Opens a new window with list of versions in this module.
Published: Oct 24, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Job struct {
Finished bool `json:"finished"`
Stream []Message `json:"stream"`
}
Job represents one of execution task.
type Message struct {
Time time.Time `json:"time"`
Text string `json:"message"`
}
Message is a log of job.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.