Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenSearchKey ¶
type TokenSearchKey int32
const ( TokenSearchKeyUnspecified TokenSearchKey = iota TokenSearchKeyTokenID TokenSearchKeyUserID TokenSearchKeyApplicationID TokenSearchKeyUserAgentID TokenSearchKeyExpiration TokenSearchKeyResourceOwner )
type TokenSearchQuery ¶
type TokenSearchQuery struct {
Key TokenSearchKey
Method model.SearchMethod
Value string
}
type TokenSearchRequest ¶
type TokenSearchRequest struct {
Offset uint64
Limit uint64
SortingColumn TokenSearchKey
Asc bool
Queries []*TokenSearchQuery
}
func (*TokenSearchRequest) EnsureLimit ¶
func (r *TokenSearchRequest) EnsureLimit(limit uint64)
Click to show internal directories.
Click to hide internal directories.