integration: add grpc auth testing

This commit is contained in:
Anthony Romano
2017-01-09 14:12:30 -08:00
parent 8adfc06084
commit 5278ea5ed0
4 changed files with 61 additions and 0 deletions

View File

@ -889,4 +889,6 @@ type grpcAPI struct {
Watch pb.WatchClient
// Maintenance is the maintenance API for the client's connection.
Maintenance pb.MaintenanceClient
// Auth is the authentication API for the client's connection.
Auth pb.AuthClient
}