storage

package module
v0.117.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 1 Imported by: 8

Documentation

Overview

Package storage implements an extension that can persist state beyond the collector process.

Index

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

type Client deprecated

type Client = storage.Client

Deprecated: [v0.117.0] use storage.Client from xextension.

type Extension deprecated

type Extension = storage.Extension

Deprecated: [v0.117.0] use storage.Extension from xextension.

type Operation deprecated

type Operation = *storage.Operation

Deprecated: [v0.117.0] use *storage.Operation from xextension.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL