Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
6536d978
Commit
6536d978
authored
Nov 12, 2018
by
Cosmin Cojocar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regeneated the gRPC API in order to update the comment
parent
c9b18b27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
api.pb.go
api/api.pb.go
+2
-2
No files found.
api/api.pb.go
View file @
6536d978
...
...
@@ -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 exis
it
ng client
// UpdateClient updates an exis
ti
ng 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 exis
it
ng client
// UpdateClient updates an exis
ti
ng client
UpdateClient
(
context
.
Context
,
*
UpdateClientReq
)
(
*
UpdateClientResp
,
error
)
// DeleteClient deletes the provided client.
DeleteClient
(
context
.
Context
,
*
DeleteClientReq
)
(
*
DeleteClientResp
,
error
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment