From 6536d9781225cfb8b8dd2d738747cd06da7d6a81 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Mon, 12 Nov 2018 18:50:12 +0100 Subject: [PATCH] Regeneated the gRPC API in order to update the comment --- api/api.pb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/api.pb.go b/api/api.pb.go index a89f7a67..fa7e8c21 100644 --- a/api/api.pb.go +++ b/api/api.pb.go @@ -654,7 +654,7 @@ const _ = grpc.SupportPackageIsVersion4 type DexClient interface { // CreateClient creates a client. CreateClient(ctx context.Context, in *CreateClientReq, opts ...grpc.CallOption) (*CreateClientResp, error) - // UpdateClient updates an exisitng client + // UpdateClient updates an existing client UpdateClient(ctx context.Context, in *UpdateClientReq, opts ...grpc.CallOption) (*UpdateClientResp, error) // DeleteClient deletes the provided client. DeleteClient(ctx context.Context, in *DeleteClientReq, opts ...grpc.CallOption) (*DeleteClientResp, error) @@ -779,7 +779,7 @@ func (c *dexClient) RevokeRefresh(ctx context.Context, in *RevokeRefreshReq, opt type DexServer interface { // CreateClient creates a client. CreateClient(context.Context, *CreateClientReq) (*CreateClientResp, error) - // UpdateClient updates an exisitng client + // UpdateClient updates an existing client UpdateClient(context.Context, *UpdateClientReq) (*UpdateClientResp, error) // DeleteClient deletes the provided client. DeleteClient(context.Context, *DeleteClientReq) (*DeleteClientResp, error)