Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenInfoRequest ¶
type TokenInfoRequest struct {
api.TokenInfoRequest `json:",inline"`
Action model.TokeninfoAction `json:"action"`
Mytoken token.Token `json:"mytoken"`
}
type TokeninfoHistoryResponse ¶
type TokeninfoHistoryResponse struct {
// un update check api.TokeninfoHistoryResponse
EventHistory eventrepo.EventHistory `json:"events"`
}
func NewTokeninfoHistoryResponse ¶
func NewTokeninfoHistoryResponse(h eventrepo.EventHistory) TokeninfoHistoryResponse
type TokeninfoIntrospectResponse ¶
type TokeninfoIntrospectResponse struct {
api.TokeninfoIntrospectResponse `json:",inline"`
Token mytoken.UsedMytoken `json:"token"`
}
type TokeninfoListResponse ¶
type TokeninfoListResponse struct {
// un update check api.TokeninfoListResponse
Tokens []tree.MytokenEntryTree `json:"mytokens"`
}
func NewTokeninfoListResponse ¶
func NewTokeninfoListResponse(l []tree.MytokenEntryTree) TokeninfoListResponse
type TokeninfoTreeResponse ¶
type TokeninfoTreeResponse struct {
// un update check api.TokeninforTeeResponse
Tokens tree.MytokenEntryTree `json:"mytokens"`
}
func NewTokeninfoTreeResponse ¶
func NewTokeninfoTreeResponse(t tree.MytokenEntryTree) TokeninfoTreeResponse
Click to show internal directories.
Click to hide internal directories.