raftselector

package
v0.0.0-...-be68371 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrIsLeader = errors.New("current node is leader")

ErrIsLeader is returned from LeaderConn method when current machine is leader. It's just shim between packages to avoid import cycles.

Functions

This section is empty.

Types

type ConnProvider

type ConnProvider interface {
	LeaderConn(ctx context.Context) (*grpc.ClientConn, error)
}

ConnProvider is basic interface for connecting API package(raft proxy in particular) to manager/state/raft package without import cycles. It provides only one method for obtaining connection to leader.

Jump to

Keyboard shortcuts

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