Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitUnixNano ¶
Types ¶
type Base ¶
type Base struct {
qtypes_messages.Base
Time time.Time
TimeUnixNano int64 `json:"time"`
Subject string `json:"subject"` // Subject of what is going on (e.g. container)
Action string `json:"action"`
Object string `json:"object"` // Passive object
Tags map[string]string `json:"tags"` // Tags that should be applied to the action
}
func NewBaseFromJson ¶
Click to show internal directories.
Click to hide internal directories.