Documentation ¶
Index ¶
- type Dao
- func (d *Dao) Banners(c context.Context, pgcID int) (data []*bangumi.Banner, err error)
- func (d *Dao) CardsByAids(c context.Context, aids []int64) (res map[int32]*seasongrpc.CardInfoProto, err error)
- func (d *Dao) Recommend(now time.Time) (bgms []*bangumi.Bangumi, err error)
- func (d *Dao) Seasonid(aids []int64, now time.Time) (data map[int64]*bangumi.SeasonInfo, 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 bangumi dao
func (*Dao) CardsByAids ¶
func (d *Dao) CardsByAids(c context.Context, aids []int64) (res map[int32]*seasongrpc.CardInfoProto, err error)
Click to show internal directories.
Click to hide internal directories.