Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { *redmos.Save // 儲存判斷資料 Account string `bson:"account"` // [主索引] 帳號 Token string `bson:"token"` // token Time time.Time `bson:"time"` // 更新時間 }
Auth 認證資料
type MetaAuth ¶
type MetaAuth struct { }
MetaAuth 元資料: 認證資料
func (*MetaAuth) MinorField ¶
func (*MetaAuth) MinorTable ¶
Click to show internal directories.
Click to hide internal directories.