package
Version:
v0.0.0-...-0504f34
Opens a new window with list of versions in this module.
Published: Feb 16, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JwtCustomClais struct {
UserId string
Role string
jwt.StandardClaims
}
type Response struct {
StatusCode int
Message string
Data interface{}
}
type User struct {
UserId string `db:"user_id"`
FullName string `db:"full_name"`
Email string `db:"email"`
Password string `db:"password"`
Role string `db:"role"`
CreatedAt time.Time `db:"create_at"`
UpdatedAt time.Time `db:"update_at"`
Token string `db:"tolken"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.