Documentation ¶
Index ¶
- type Dao
- func (d *Dao) ActivitySub(c context.Context, oid int64) (title, link string, err error)
- func (dao *Dao) AddReport(c context.Context, oid int64, typ int8, typeid int32, rpid int64, score int, ...) (err error)
- func (d *Dao) BanTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) CreditTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) DynamicTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) HuoniaoTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) LiveActivityTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) LiveNotice(c context.Context, oid int64) (title string, err error)
- func (d *Dao) LiveNoticeTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) LivePictureTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) LiveVideoTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) NoticeTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) TopicTitle(c context.Context, oid int64) (title, link string, err error)
- func (d *Dao) TopicsLink(c context.Context, links map[int64]string, isTopic bool) (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) ActivitySub ¶
ActivitySub return activity sub link.
func (*Dao) CreditTitle ¶
CreditTitle return link.
func (*Dao) DynamicTitle ¶
DynamicTitle return link and title.
func (*Dao) HuoniaoTitle ¶
HuoniaoTitle title and link
func (*Dao) LiveActivityTitle ¶
LiveActivityTitle get live activity info.
func (*Dao) LiveNotice ¶
LiveNotice return link.
func (*Dao) LiveNoticeTitle ¶
LiveNoticeTitle get live notice info.
func (*Dao) LivePictureTitle ¶
LivePictureTitle get live picture info.
func (*Dao) LiveVideoTitle ¶
LiveVideoTitle get live video title.
func (*Dao) NoticeTitle ¶
NoticeTitle get blackromm notice info.
func (*Dao) TopicTitle ¶
TopicTitle get topic info.
Click to show internal directories.
Click to hide internal directories.