Documentation
¶
Index ¶
- type CommonMsg
- type CountVo
- type Delete
- type EmailCode
- type EmailCodeModel
- type GFClaims
- type GlobalMsg
- type LocalTime
- func (t *LocalTime) IsZero() bool
- func (t LocalTime) Local() time.Time
- func (t LocalTime) MarshalJSON() ([]byte, error)
- func (t *LocalTime) Scan(v interface{}) error
- func (t LocalTime) String() string
- func (t *LocalTime) UnmarshalJSON(data []byte) (err error)
- func (t LocalTime) Value() (driver.Value, error)
- type Mapping
- type PageReq
- type PageResponse
- type TimeRange
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailCode ¶
type EmailCode struct {
EmailCodeModel
}
type EmailCodeModel ¶
type GFClaims ¶
type GFClaims struct {
jwt.RegisteredClaims
UserName string `json:"userName"`
UserId string `json:"userId"`
}
type PageReq ¶
func (*PageReq) InitPageIfAbsent ¶
func (pageReq *PageReq) InitPageIfAbsent()
type PageResponse ¶
Click to show internal directories.
Click to hide internal directories.