Documentation ¶
Index ¶
- type Dao
- func (d *Dao) ApplyPGC(c context.Context, ids []int64, aTime int64) (err error)
- func (d *Dao) BeginTran(c context.Context) (tx *xsql.Tx, err error)
- func (d *Dao) PgcCID(c context.Context, cid int64) (ids []int64, err error)
- func (d *Dao) PgcTranscode(c context.Context, ids []int64, action int64) (err error)
- func (d *Dao) UgcCID(c context.Context, cid int64) (ids []int64, err error)
- func (d *Dao) UgcTranscode(c context.Context, ids []int64, action int64) (err error)
- func (d *Dao) UpdateArc(c context.Context, v *model.AuditOp, tx *xsql.Tx) (err error)
- func (d *Dao) UpdateCont(c context.Context, val *model.AuditOp, tx *xsql.Tx) (err error)
- func (d *Dao) UpdateSea(c context.Context, val *model.AuditOp, tx *xsql.Tx) (err error)
- func (d *Dao) UpdateVideo(c context.Context, v *model.AuditOp, tx *xsql.Tx) (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 is account dao.
func (*Dao) PgcTranscode ¶
PgcTranscode updates the transcoded status of an ep data
func (*Dao) UgcTranscode ¶
UgcTranscode updates the transcoded status of an ep data
func (*Dao) UpdateCont ¶
UpdateCont .
Click to show internal directories.
Click to hide internal directories.