integration: add lock and election services to proxy tests

This commit is contained in:
Anthony Romano
2017-05-10 12:53:39 -07:00
parent 713e006bc6
commit 00da3ca725
5 changed files with 15 additions and 3 deletions

View File

@ -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
}