Documentation ¶
Index ¶
- type Dao
- func (d *Dao) CheckJob(ctx context.Context, urls string) (res *mdlrep.DpCheckJobResult, err error)
- func (d *Dao) FindLabelID(ctx context.Context) (res map[int]map[string]int, err error)
- func (d *Dao) FindStyle(ctx context.Context) (res []*mdlpgc.StyleRes, err error)
- func (d *Dao) GetLabelCache(c context.Context) (res map[int]map[string]int, err error)
- func (d *Dao) GetReportCache(c context.Context) (res map[string]interface{}, err error)
- func (d *Dao) PostRequest(ctx context.Context, body string) (err error)
- func (d *Dao) Report(ctx context.Context, table string) (info string, err error)
- func (d *Dao) SetLabelCache(c context.Context, val map[int]map[string]int) (err error)
- func (d *Dao) SetReportCache(c context.Context, val map[string]interface{}) (err error)
- func (d *Dao) SetStyleCache(c context.Context, val map[int][]*mdlpgc.ParamStyle) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
Dao dao .
func (*Dao) FindLabelID ¶
FindLabelID label all .
func (*Dao) GetLabelCache ¶
GetLabelCache get label all data .
func (*Dao) GetReportCache ¶
GetReportCache get report all data .
func (*Dao) PostRequest ¶
PostRequest .
func (*Dao) SetLabelCache ¶
SetLabelCache label show .
func (*Dao) SetReportCache ¶
SetReportCache set report cache .
func (*Dao) SetStyleCache ¶
SetStyleCache style show .
Click to show internal directories.
Click to hide internal directories.