memcached

package module
v4.5.5 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2024 License: MIT Imports: 6 Imported by: 1

README

Documentation

Index

Constants

View Source
const (
	PluginName     string = "memcached"
	RootPluginName string = "kv"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Configurer

type Configurer interface {
	// UnmarshalKey takes a single key and unmarshal it into a Struct.
	UnmarshalKey(name string, out any) error
	// Has checks if config section exists.
	Has(name string) bool
}

type Logger

type Logger interface {
	NamedLogger(name string) *zap.Logger
}

type Plugin

type Plugin struct {
	// contains filtered or unexported fields
}

func (*Plugin) Collects added in v4.3.0

func (p *Plugin) Collects() []*dep.In

func (*Plugin) Init

func (p *Plugin) Init(log Logger, cfg Configurer) error

func (*Plugin) KvFromConfig

func (p *Plugin) KvFromConfig(key string) (kv.Storage, error)

func (*Plugin) Name

func (p *Plugin) Name() string

Name returns plugin user-friendly name

type Tracer added in v4.3.0

type Tracer interface {
	Tracer() *sdktrace.TracerProvider
}

Tracer is a plugin (OTEL) interface that provides tracer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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