Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
ID string `json:"id" yaml:"id"`
GatewayID string `json:"gatewayId" yaml:"gatewayId"`
NodeID string `json:"nodeId" yaml:"nodeId"`
SourceID string `json:"sourceId" yaml:"sourceId"`
Name string `json:"name" yaml:"name"`
Labels cmap.CustomStringMap `json:"labels" yaml:"labels"`
Others cmap.CustomMap `json:"others" yaml:"others"`
LastSeen time.Time `json:"lastSeen" yaml:"lastSeen"`
ModifiedOn time.Time `json:"modifiedOn" yaml:"modifiedOn"`
}
Source struct
Click to show internal directories.
Click to hide internal directories.