Documentation ¶
Index ¶
- func Start()
- type Hrefs
- func (s *Hrefs) DeleteArticle(ctx context.Context, req string, rsp *int64) error
- func (s *Hrefs) DeleteCusLink(ctx context.Context, req int, rsp *int64) error
- func (s *Hrefs) DeleteLink(ctx context.Context, req string, rsp *int64) error
- func (s *Hrefs) GetAccount(ctx context.Context, req int, rsp *model.Account) error
- func (s *Hrefs) GetAccountList(ctx context.Context, req *model.Pager, rsp *model.AccountList) error
- func (s *Hrefs) GetArticle(ctx context.Context, req string, rsp *model.Article) error
- func (s *Hrefs) GetArticleList(ctx context.Context, req *model.SearchPager, rsp *model.ArticleList) error
- func (s *Hrefs) GetCatOptions(ctx context.Context, req bool, rsp *model.LinkCatList) error
- func (s *Hrefs) GetCusLink(ctx context.Context, req int, rsp *model.CusLink) error
- func (s *Hrefs) GetCusLinkList(ctx context.Context, req *model.SearchPager, rsp *model.CusLinkList) error
- func (s *Hrefs) GetCusLinkUrl(ctx context.Context, req int, rsp *string) error
- func (s *Hrefs) GetLink(ctx context.Context, req string, rsp *model.Link) error
- func (s *Hrefs) GetLinkCat(ctx context.Context, req string, rsp *model.LinkCat) error
- func (s *Hrefs) GetLinkList(ctx context.Context, req *model.SearchPager, rsp *model.LinkList) error
- func (s *Hrefs) GetLinkUrl(ctx context.Context, req string, rsp *string) error
- func (s *Hrefs) GetToken(ctx context.Context, req string, rsp *string) error
- func (s *Hrefs) IndexLinks(ctx context.Context, req bool, rsp *model.LinkList) error
- func (s *Hrefs) LinkVisitedCount(ctx context.Context, req bool, rsp *int64) error
- func (s *Hrefs) ListArticles(ctx context.Context, req bool, rsp *model.ArticleList) error
- func (s *Hrefs) ListCusLinks(ctx context.Context, req bool, rsp *model.CusLinkList) error
- func (s *Hrefs) ListCusLinksByCatId(ctx context.Context, req string, rsp *model.CusLinkList) error
- func (s *Hrefs) ListLinks(ctx context.Context, req string, rsp *model.LinkList) error
- func (s *Hrefs) Login(ctx context.Context, req *model.Account, rsp *model.Account) error
- func (s *Hrefs) SaveArticle(ctx context.Context, req *model.Article, rsp *int64) error
- func (s *Hrefs) SaveCusLink(ctx context.Context, req *model.CusLink, rsp *int64) error
- func (s *Hrefs) SaveLink(ctx context.Context, req *model.Link, rsp *int64) error
- func (s *Hrefs) SetToken(ctx context.Context, req *model.Token, rsp *bool) error
- func (s *Hrefs) TopArticles(ctx context.Context, req bool, rsp *model.ArticleList) error
- func (s *Hrefs) TopCusLinks(ctx context.Context, req bool, rsp *model.CusLinkList) error
- func (s *Hrefs) UpdateArticleVisited(ctx context.Context, req string, rsp *bool) error
- func (s *Hrefs) UpdateCusLinkVisited(ctx context.Context, req int, rsp *bool) error
- func (s *Hrefs) UpdateLinkVisited(ctx context.Context, req string, rsp *bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hrefs ¶
type Hrefs struct{}
func (*Hrefs) DeleteArticle ¶
func (*Hrefs) DeleteCusLink ¶
func (*Hrefs) DeleteLink ¶
func (*Hrefs) GetAccount ¶
func (*Hrefs) GetAccountList ¶
func (*Hrefs) GetArticle ¶
func (*Hrefs) GetArticleList ¶
func (s *Hrefs) GetArticleList(ctx context.Context, req *model.SearchPager, rsp *model.ArticleList) error
func (*Hrefs) GetCatOptions ¶
func (*Hrefs) GetCusLink ¶
func (*Hrefs) GetCusLinkList ¶
func (s *Hrefs) GetCusLinkList(ctx context.Context, req *model.SearchPager, rsp *model.CusLinkList) error
func (*Hrefs) GetCusLinkUrl ¶
func (*Hrefs) GetLinkCat ¶
func (*Hrefs) GetLinkList ¶
func (*Hrefs) GetLinkUrl ¶
func (*Hrefs) IndexLinks ¶
func (*Hrefs) LinkVisitedCount ¶
func (*Hrefs) ListArticles ¶
func (*Hrefs) ListCusLinks ¶
func (*Hrefs) ListCusLinksByCatId ¶
func (*Hrefs) SaveArticle ¶
func (*Hrefs) SaveCusLink ¶
func (*Hrefs) TopArticles ¶
func (*Hrefs) TopCusLinks ¶
func (*Hrefs) UpdateArticleVisited ¶
func (*Hrefs) UpdateCusLinkVisited ¶
Click to show internal directories.
Click to hide internal directories.