etcd

package
v0.0.0-...-28beba7 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decoder

type Decoder interface {
	Decode(string, interface{}) error
	DecodeWithContext(string, interface{}, context.Context) error
	SkipMissing(bool)
}

func NewDecoder

func NewDecoder(client client.KeysAPI) Decoder

type Encoder

type Encoder interface {
	Encode(string, interface{}) error
	EncodeWithContext(string, interface{}, context.Context) error
}

func NewEncoder

func NewEncoder(client client.KeysAPI) Encoder

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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