integration: add lock and election services to proxy tests
This commit is contained in:
@ -935,4 +935,8 @@ type grpcAPI struct {
|
||||
Maintenance pb.MaintenanceClient
|
||||
// Auth is the authentication API for the client's connection.
|
||||
Auth pb.AuthClient
|
||||
// Lock is the lock API for the client's connection.
|
||||
Lock lockpb.LockClient
|
||||
// Election is the election API for the client's connection.
|
||||
Election epb.ElectionClient
|
||||
}
|
||||
|
Reference in New Issue
Block a user