You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Articles to output format, please refer: https://docs.google.com/document/d/18DsZOyrlr5BIl2kKxZH7P2QxFLG02xL2SO0PzVHVY3k/edit#heading=h.bnhpxsiwnbey
GetBoardArticles(ctx context.Context, boardIDstring, cond*ArticleSearchCond) []bbs.ArticleRecord// FIXME: use concrete type rather than []interface{}
45
+
GetBoardArticles(ctx context.Context, boardIDstring, offset, lengthuint, cond*ArticleSearchCond) []bbs.ArticleRecord// FIXME: use concrete type rather than []interface{}
46
46
// GetBoardArticle returns an article file given board id and file name
0 commit comments