provider

package
v0.0.0-...-9c93a29 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AbstractProvider

type AbstractProvider struct {
	Enable bool
}

AbstractProvider is the base provider with all providers inherit from

type KVPair

type KVPair struct {
	Key   string
	Value interface{}
}

KVPair represents a { Key, Value } tuple

func (KVPair) Get

func (k KVPair) Get() interface{}

Get ...

func (KVPair) GetBool

func (k KVPair) GetBool() bool

Bool ...

func (KVPair) GetString

func (k KVPair) GetString() string

String ...

type Provider

type Provider interface {
	ListKeysWithContext(context.Context, string, bool) ([]*KVPair, error)
}

Provider defines the interface to a key/value provider (e.g. etcd)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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