(ctx context.Context, rn *proto.RemoveNodeRequest)
| 73 | Load(ctx context.Context, lr *proto.LoadRequest) error |
| 74 | Backup(ctx context.Context, br *proto.BackupRequest, dst io.Writer) error |
| 75 | Remove(ctx context.Context, rn *proto.RemoveNodeRequest) error |
| 76 | Stepdown(wait bool, id string) error |
| 77 | LeaderAddr() (string, error) |
| 78 | } |
no outgoing calls