Documentation ¶
Index ¶
- type Dao
- func (d *Dao) AllAppsAuth(c context.Context) (res map[int64]map[int64]*model.AppAuth, err error)
- func (d *Dao) AllAppsInfo(c context.Context) (res map[int64]*model.AppInfo, err error)
- func (d *Dao) Close()
- func (d *Dao) Codes(c context.Context) (codes map[int]string, lcode *model.Code, err error)
- func (d *Dao) CodesLang(c context.Context) (codes map[int]map[string]string, lcode *model.CodeLangs, err error)
- func (d *Dao) Diff(c context.Context, ver int64) (vers *list.List, err error)
- func (d *Dao) TreeAppInfo(c context.Context) (appInfo map[int64]*model.AppToken, err 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
}
Dao dao.
func (*Dao) AllAppsAuth ¶
AllAppsAuth get all app auth info.
func (*Dao) AllAppsInfo ¶
AllAppsInfo AllAppsInfo.
func (*Dao) CodesLang ¶
func (d *Dao) CodesLang(c context.Context) (codes map[int]map[string]string, lcode *model.CodeLangs, err error)
CodesLang get all codes.
Click to show internal directories.
Click to hide internal directories.