UnimplementedRaftServer can be embedded to have forward compatible implementations.
| 5571 | |
| 5572 | // UnimplementedRaftServer can be embedded to have forward compatible implementations. |
| 5573 | type UnimplementedRaftServer struct { |
| 5574 | } |
| 5575 | |
| 5576 | func (*UnimplementedRaftServer) Heartbeat(req *api.Payload, srv Raft_HeartbeatServer) error { |
| 5577 | return status.Errorf(codes.Unimplemented, "method Heartbeat not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected