Documentation
¶
Index ¶
Constants ¶
View Source
const GlobalStream = 0
Variables ¶
This section is empty.
Functions ¶
func GlobalStreamHandler ¶
Types ¶
type Line ¶
type Line struct {
Type string `json:"Type"`
Message interface{} `json:"Message"`
Timestamp int64 `json:"Time"`
}
Line is a single line of the log.
Click to show internal directories.
Click to hide internal directories.