Method
Heartbeat
(*api.Payload, Raft_HeartbeatServer)
Source from the content-addressed store, hash-verified
| 154 | } |
| 155 | |
| 156 | func (UnimplementedRaftServer) Heartbeat(*api.Payload, Raft_HeartbeatServer) error { |
| 157 | return status.Errorf(codes.Unimplemented, "method Heartbeat not implemented") |
| 158 | } |
| 159 | func (UnimplementedRaftServer) RaftMessage(Raft_RaftMessageServer) error { |
| 160 | return status.Errorf(codes.Unimplemented, "method RaftMessage not implemented") |
| 161 | } |
Callers
nothing calls this directly
Tested by
no test coverage detected