Regeneated the gRPC API in order to update the comment
This commit is contained in:
parent
c9b18b2785
commit
6536d97812
@ -654,7 +654,7 @@ const _ = grpc.SupportPackageIsVersion4
|
|||||||
type DexClient interface {
|
type DexClient interface {
|
||||||
// CreateClient creates a client.
|
// CreateClient creates a client.
|
||||||
CreateClient(ctx context.Context, in *CreateClientReq, opts ...grpc.CallOption) (*CreateClientResp, error)
|
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)
|
UpdateClient(ctx context.Context, in *UpdateClientReq, opts ...grpc.CallOption) (*UpdateClientResp, error)
|
||||||
// DeleteClient deletes the provided client.
|
// DeleteClient deletes the provided client.
|
||||||
DeleteClient(ctx context.Context, in *DeleteClientReq, opts ...grpc.CallOption) (*DeleteClientResp, error)
|
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 {
|
type DexServer interface {
|
||||||
// CreateClient creates a client.
|
// CreateClient creates a client.
|
||||||
CreateClient(context.Context, *CreateClientReq) (*CreateClientResp, error)
|
CreateClient(context.Context, *CreateClientReq) (*CreateClientResp, error)
|
||||||
// UpdateClient updates an exisitng client
|
// UpdateClient updates an existing client
|
||||||
UpdateClient(context.Context, *UpdateClientReq) (*UpdateClientResp, error)
|
UpdateClient(context.Context, *UpdateClientReq) (*UpdateClientResp, error)
|
||||||
// DeleteClient deletes the provided client.
|
// DeleteClient deletes the provided client.
|
||||||
DeleteClient(context.Context, *DeleteClientReq) (*DeleteClientResp, error)
|
DeleteClient(context.Context, *DeleteClientReq) (*DeleteClientResp, error)
|
||||||
|
Reference in New Issue
Block a user