(c *Collection, tag string, includeFuture bool)
| 121 | GetPostsCount(c *CollectionObj, includeFuture bool) error |
| 122 | GetPosts(cfg *config.Config, c *Collection, page int, includeFuture, forceRecentFirst, includePinned bool, contentType PostType) (*[]PublicPost, error) |
| 123 | GetAllPostsTaggedIDs(c *Collection, tag string, includeFuture bool) ([]string, error) |
| 124 | GetPostsTagged(cfg *config.Config, c *Collection, tag string, page int, includeFuture bool) (*[]PublicPost, error) |
| 125 | |
| 126 | GetAPFollowers(c *Collection) (*[]RemoteUser, error) |
no outgoing calls
no test coverage detected