Documentation
¶
Overview ¶
Package schema represents linux-inspect schema.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RawData ¶
type RawData struct {
// IsYAML is true if raw data is parsable in YAML.
IsYAML bool
Columns []Column
ColumnsToParse map[string]RawDataType
}
RawData defines 'proc' raw data.
type RawDataType ¶
type RawDataType int
RawDataType defines how the raw data bytes are defined.
const ( TypeBytes RawDataType = iota TypeInt64 TypeFloat64 TypeTimeMicroseconds TypeTimeSeconds TypeIPAddress TypeStatus )
Click to show internal directories.
Click to hide internal directories.