Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct { Timestamp time.Time `json:"-" ch:"timestamp"` UpdateTimestamp time.Time `json:"-" ch:"update_timestamp"` ID string `json:"id" ch:"id"` Type string `json:"type" ch:"type"` Key string `json:"key" ch:"key"` Values map[string]string `json:"values" ch:"values"` Labels map[string]string `json:"labels" ch:"labels"` CreateTimeUnixNano int64 `json:"createTimeUnixNano"` UpdateTimeUnixNano int64 `json:"UpdateTimeUnixNano"` }
Click to show internal directories.
Click to hide internal directories.