Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TestNamespaceID is the namespace of the test unaggregated namespace // used by local storage. TestNamespaceID = "metrics" // TestRetention is the retention of the test unaggregated namespace // used by local storage. TestRetention = 30 * 24 * time.Hour )
Variables ¶
This section is empty.
Functions ¶
func NewStorageAndSession ¶
func NewStorageAndSession( t *testing.T, ctrl *gomock.Controller, ) (storage.Storage, *client.MockSession)
NewStorageAndSession generates a new local storage and mock session
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.