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
c5de6fa7
Commit
c5de6fa7
authored
Dec 01, 2017
by
Eric Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: regenerate proto
parent
ab102b81
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
2 deletions
+29
-2
api.pb.go
api/api.pb.go
+0
-0
types.pb.go
server/internal/types.pb.go
+29
-2
No files found.
api/api.pb.go
View file @
c5de6fa7
This diff is collapsed.
Click to expand it.
server/internal/types.pb.go
View file @
c5de6fa7
// Code generated by protoc-gen-go.
// Code generated by protoc-gen-go.
DO NOT EDIT.
// source: server/internal/types.proto
// DO NOT EDIT!
/*
Package internal is a generated protocol buffer package.
...
...
@@ -42,6 +41,20 @@ func (m *RefreshToken) String() string { return proto.CompactTextStri
func
(
*
RefreshToken
)
ProtoMessage
()
{}
func
(
*
RefreshToken
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor0
,
[]
int
{
0
}
}
func
(
m
*
RefreshToken
)
GetRefreshId
()
string
{
if
m
!=
nil
{
return
m
.
RefreshId
}
return
""
}
func
(
m
*
RefreshToken
)
GetToken
()
string
{
if
m
!=
nil
{
return
m
.
Token
}
return
""
}
// IDTokenSubject represents both the userID and connID which is returned
// as the "sub" claim in the ID Token.
type
IDTokenSubject
struct
{
...
...
@@ -54,6 +67,20 @@ func (m *IDTokenSubject) String() string { return proto.CompactTextSt
func
(
*
IDTokenSubject
)
ProtoMessage
()
{}
func
(
*
IDTokenSubject
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
fileDescriptor0
,
[]
int
{
1
}
}
func
(
m
*
IDTokenSubject
)
GetUserId
()
string
{
if
m
!=
nil
{
return
m
.
UserId
}
return
""
}
func
(
m
*
IDTokenSubject
)
GetConnId
()
string
{
if
m
!=
nil
{
return
m
.
ConnId
}
return
""
}
func
init
()
{
proto
.
RegisterType
((
*
RefreshToken
)(
nil
),
"internal.RefreshToken"
)
proto
.
RegisterType
((
*
IDTokenSubject
)(
nil
),
"internal.IDTokenSubject"
)
...
...
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