v3

package
v0.0.0-...-c327e57 Latest Latest
Warning

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

Go to latest
Published: May 4, 2019 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetClient

func GetClient(conf *Config) (s.Store, s.DestroyFunc, error)

Types

type Config

type Config struct {
	Endpoints []string `json:"endpoints",yaml:"endpoints"`
	TLS       struct {
		Key  string `json:"key",yaml:"key"`
		Cert string `json:"cert",yaml:"cert"`
		CA   string `json:"ca",yaml:"ca"`
	} `json:"tls",yaml:"tls"`
	Prefix string `json:"prefix",yaml:"prefix"`
}

type TxResponse

type TxResponse struct {
	*clientv3.TxnResponse
}

Jump to

Keyboard shortcuts

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