Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterMap ¶
type FilterMap = sqlx.FilterExprMap
type Filters ¶
type Filters = sqlx.FilterExprs
type OauthReq ¶
type OauthReq struct {
ResponseType string `json:"responseType,omitempty"`
ClientID string `json:"clientID,omitempty"`
Scope string `json:"scope,omitempty"`
RedirectURI string `json:"redirectURI,omitempty"`
State string `json:"state,omitempty"`
UserID string `json:"userID,omitempty"`
AccessTokenExp int64 `json:"accessTokenExp,omitempty"`
ClientSecret string `json:"clientSecret,omitempty"`
Code string `json:"code,omitempty"`
RefreshToken string `json:"refreshToken,omitempty"`
GrantType string `json:"grantType,omitempty"`
AccessType string `json:"accessType,omitempty"`
LoginURI string `json:"loginURI,omitempty"`
}
type Pagination ¶
type Pagination = clause.Pagination
type PaginationEmbedded ¶
type PaginationEmbedded = clause.PaginationEmbedded
Click to show internal directories.
Click to hide internal directories.