Documentation ¶
Index ¶
- type Dao
- func (d *Dao) ANActive(c context.Context, androidid, imei, gdtImei string) (count int, err error)
- func (d *Dao) ANCallback(c context.Context, androidid, imei, gdtImei string) (id int64, channel, cb string, typ int, err error)
- func (d *Dao) ANClickAct(c context.Context, id int64, typ int) (row int64, err error)
- func (d *Dao) Callback(ctx context.Context, idfa, gdtIdfa string, now time.Time) (cid, cb string, err error)
- func (d *Dao) Exists(ctx context.Context, idfa string) (exist bool, err error)
- func (d *Dao) InANClick(c context.Context, channel, imei, androidid, mac, cb string, ip uint32, ...) (row int64, err error)
- func (d *Dao) InActive(ctx context.Context, ip uint32, mid, rmac, mac, idfa, device string, ...) (row int64, err error)
- func (d *Dao) InClick(ctx context.Context, ip uint32, cid, mac, idfa, cb string, now time.Time) (row int64, err error)
- func (d *Dao) RMacCount(ctx context.Context, rmac string) (count int, err error)
- func (d *Dao) UpIdfaActive(ctx context.Context, idfaAct, idfa string, now time.Time) (row int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.