raftgrpc

package module
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

README

raftgrpc

Raft GRPC Service Impl

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrRaftNotInitialized = status.Errorf(codes.Unavailable, "raft not initialized")
	ErrRaftLeaderNotFound = status.Errorf(codes.Unavailable, "raft leader not found")
)
View Source
var Scan = []interface{}{
	RaftGrpcServer(),
}

Functions

func RaftGrpcServer

func RaftGrpcServer() raftapi.RaftGrpcServer

Types

type ContentStreamServer

type ContentStreamServer interface {
	Send(*raftpb.Content) error
	grpc.ServerStream
}

Jump to

Keyboard shortcuts

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