Documentation
¶
Overview ¶
Package storage implements an extension that can persist state beyond the collector process.
Index ¶
- Constants
- Variables
- type Clientdeprecated
- type Extensiondeprecated
- type Operationdeprecated
Constants ¶
View Source
const ( // Deprecated: [v0.117.0] use storage.NewNopClient from xextension. Get storage.OpType = iota // Deprecated: [v0.117.0] use storage.NewNopClient from xextension. Set // Deprecated: [v0.117.0] use storage.NewNopClient from xextension. Delete )
Variables ¶
View Source
var DeleteOperation = storage.DeleteOperation
Deprecated: [v0.117.0] use storage.DeleteOperation from xextension.
View Source
var GetOperation = storage.GetOperation
Deprecated: [v0.117.0] use storage.GetOperation from xextension.
View Source
var NewNopClient = storage.NewNopClient
Deprecated: [v0.117.0] use storage.NewNopClient from xextension.
View Source
var SetOperation = storage.SetOperation
Deprecated: [v0.117.0] use storage.SetOperation from xextension.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.