Documentation ¶
Index ¶
Constants ¶
View Source
const PSKLen = 16
Variables ¶
This section is empty.
Functions ¶
func HandleSnapsStream ¶
func HandleSnapsStream(logTag string, data *dcmgmt.AggrSnaps, filename string, stream <-chan *dcmgmt.InstancedSnaps, wg *sync.WaitGroup)
HandleSnapsStream - handle stats stream and update snaps and write to the file.
Types ¶
type IncomingSnaps ¶
type IncomingSnaps struct { Snaps []*snapCore.EncryptedBrigade `json:"snaps"` TotalCount int `json:"total_count"` ErrorsCount int `json:"errors_count"` }
IncomingSnaps - structure for aggregated snapshots.
Click to show internal directories.
Click to hide internal directories.