source

package
v0.0.0-...-f15eb00 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(client *clientV3.Client, path string, opts ...Option) (*source, error)

Types

type KeyValue

type KeyValue struct {
	Key   string
	Value []byte
}

KeyValue is config key value.

type Option

type Option func(o *options)

Option is etcd config option.

func WithPrefix

func WithPrefix(prefix bool) Option

WithPrefix is config prefix

type Sourcer

type Sourcer interface {
	Load() ([]*model.Event, error)
	Client() *clientV3.Client
}

Jump to

Keyboard shortcuts

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