Documentation ¶
Index ¶
Constants ¶
View Source
const TimeParseLayout = "2015-10-14T08:26:26+02:00"
TimeParseLayout is the format in which the timestamps, within the JSON, are expected RFC3339
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalModule ¶
type ExternalModule struct {
// contains filtered or unexported fields
}
ExternalModule caches all the files within the search path
func NewExternalModule ¶
func NewExternalModule() *ExternalModule
NewExternalModule constructs a new ExternalModule, this is a singleton
type Result ¶
Result represents the output which is expected from a called module
func (Result) DecodeLogMessages ¶
func (moduleResult Result) DecodeLogMessages() *[]*LogServer.LogMessage
DecodeLogMessages converts the LogMessages from the JSON object to LogServer.LogMessages
Click to show internal directories.
Click to hide internal directories.