package
Version:
v0.0.0-...-9c93a29
Opens a new window with list of versions in this module.
Published: Jan 7, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AbstractProvider struct {
Enable bool
}
AbstractProvider is the base provider with all providers inherit from
type KVPair struct {
Key string
Value interface{}
}
KVPair represents a { Key, Value } tuple
func (k KVPair) Get() interface{}
Get ...
Provider defines the interface to a key/value provider (e.g. etcd)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.