Skip to content

Commit

Permalink
add missing protobuf.UnimplementedRaftServer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed May 10, 2023
1 parent ae7d7ea commit 78d30bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc_transporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func NewGrpcTransporter(grpcDialOptions ...grpc.DialOption) *GrpcTransporter {
}

type GrpcServer struct {
protobuf.UnimplementedRaftServer
server Server
}

Expand Down

0 comments on commit 78d30bc

Please sign in to comment.