Documentation ¶ Index ¶ type Dao func New(c *config.Config) *Dao func (d *Dao) GetKey(appId string) (string, error) func (d *Dao) LoadConfig(appId string) (string, error) func (d *Dao) SignIn(appId string, config *string, key string, createTime, updateTime int64) (int64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dao ¶ type Dao struct { // contains filtered or unexported fields } func New ¶ func New(c *config.Config) *Dao func (*Dao) GetKey ¶ func (d *Dao) GetKey(appId string) (string, error) func (*Dao) LoadConfig ¶ func (d *Dao) LoadConfig(appId string) (string, error) func (*Dao) SignIn ¶ func (d *Dao) SignIn(appId string, config *string, key string, createTime, updateTime int64) (int64, error) Source Files ¶ View all Source files dao.go db.go Click to show internal directories. Click to hide internal directories.