Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UploadNodeLogFileTask ¶
func UploadNodeLogFileTask()
Types ¶
type Event ¶
func EventFromRawInput ¶
Parses the event from raw bytes sequence (often from the events.fifo file of some node)
Returns result even if bytes sequence was not parsed correctly. In that case, the Error field of the result would be set.
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Represents GEO engine node in the handler. Handles reading and writing of the fifo files.
func (*Node) AttachEventsMonitor ¶
Attempts to start internal node process.
Returns error in case if internal node process (geo engine client) failed to start properly, or connection to events fifo files can't be established correctly.
Click to show internal directories.
Click to hide internal directories.