config

package
v0.0.0-...-63e0d52 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2021 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorKeyNotFound

type ErrorKeyNotFound struct {
	Key string
}

func (*ErrorKeyNotFound) Error

func (r *ErrorKeyNotFound) Error() string

type KV

type KV interface {
	Get(key string) ([]byte, error)
}

func NewConsulKV

func NewConsulKV(consulAddr string) (KV, error)

Jump to

Keyboard shortcuts

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