Documentation ¶
Overview ¶
Package transport provides a Transport for github.com/hashicorp/raft over gRPC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func New ¶
func New(localAddress raft.ServerAddress, dialOptions []grpc.DialOption) *Manager
New creates both components of raft-grpc-transport: a gRPC service and a Raft Transport.
Click to show internal directories.
Click to hide internal directories.