package
Version:
v0.0.0-...-6ff31ab
Opens a new window with list of versions in this module.
Published: Mar 19, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXNzd29yZCI6IjEyMyIsInVzZXJuYW1lIjoiemwifQ.v-wceAG654IBYxBka1D_mNyDHeYmP4l6_4IekQ_Bq9I
type Exception struct {
Message string `json:"message"`
}
type JwtToken struct {
Token string `json:"token"`
}
type User struct {
Username string `json:"username" form:"username"`
Password string `json:"password" form:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.