Documentation ¶
Index ¶
- type Asset
- type CKState
- func (self *CKState) AddIn(asset *Asset) (added bool)
- func (self *CKState) AddOut(asset *Asset) (added bool)
- func (self *CKState) Check() (e error)
- func (self *CKState) CheckTicket() (e error)
- func (self *CKState) CheckToken() (e error)
- func (self *CKState) GetList() (tkns []Token, tkts []Ticket)
- func (self *CKState) Tkns() (ret []Token)
- func (self *CKState) Tkts() (ret []Ticket)
- type FlatAssert
- type Ticket
- type Token
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
func NewAssetByType ¶
func (*Asset) ToFlatAsset ¶
func (self *Asset) ToFlatAsset() (ret FlatAssert)
func (*Asset) ToTypeAsset ¶
type CKState ¶
type CKState struct {
// contains filtered or unexported fields
}
func NewCKState ¶
func (*CKState) CheckTicket ¶
func (*CKState) CheckToken ¶
type FlatAssert ¶
type Token ¶
func (*Token) ToTypeAsset ¶
Click to show internal directories.
Click to hide internal directories.