FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
auth-dev/auth/structs.go at master · fun-dev/auth-dev · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fun-dev
/
auth-dev
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
auth-dev
/
auth
/
structs.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 271 Bytes
Breadcrumbs
auth-dev
/
auth
/
structs.go
Copy path
File metadata and controls
16 lines (13 loc) · 271 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package
auth
type
User
struct
{
// 大文字だと Public 扱い
ID
int
`json:"id"`
Email
string
`json:"email"`
Password
string
`json:"password"`
}
type
JWT
struct
{
Token
string
`json:"token"`
}
type
Error
struct
{
Message
string
`json:"message"`
}
Back
|
FazBrowse Home
|
New Git URL