Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregateEvent ¶
type AggregateEvent struct { InstanceID string `json:"instanceId"` // The ID of the Lassie instance generating the event RetrievalID string `json:"retrievalId"` // The unique ID of the retrieval StorageProviderID string `json:"storageProviderId,omitempty"` // The ID of the storage provider that served the retrieval content TimeToFirstByte int64 `json:"timeToFirstByte,omitempty"` // The time it took to receive the first byte in milliseconds Bandwidth uint64 `json:"bandwidth,omitempty"` // The bandwidth of the retrieval in bytes per second Success bool `json:"success"` // Wether or not the retreival ended with a success event StartTime time.Time `json:"startTime"` // The time the retrieval started EndTime time.Time `json:"endTime"` // The time the retrieval ended }
Click to show internal directories.
Click to hide internal directories.