Remove code used to make v2 proposals

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
Marek Siarkowicz
2023-11-19 15:32:53 +01:00
parent b4fd31f254
commit dd7a4d28a8
3 changed files with 0 additions and 455 deletions

View File

@ -140,8 +140,6 @@ type ServerV2 interface {
Server
Leader() types.ID
// Do takes a V2 request and attempts to fulfill it, returning a Response.
Do(ctx context.Context, r pb.Request) (Response, error)
ClientCertAuthEnabled() bool
}