Documentation ¶
Index ¶
- func NewBannerAggregator(bannerModelFactory contracts.BannerModelFactory) contracts.BannerAggregator
- func NewCategoryAggregator(categoryModelFactory contracts.CategoryModelFactory) contracts.CategoryAggregator
- func NewChannelAggregator(channelModelFactory contracts.ChannelModelFactory) contracts.ChannelAggregator
- func NewCommentAggregator(commentModelFactory contracts.CommentModelFactory) contracts.CommentAggregator
- func NewFileAggregator(fileModelFactory contracts.FileModelFactory) contracts.FileAggregator
- func NewPollAggregator(pollModelFactory contracts.PollModelFactory) contracts.PollAggregator
- func NewPostAggregator(postModelFactory contracts.PostModelFactory, ...) contracts.PostAggregator
- func NewTagAggregator(tagModelFactory contracts.TagModelFactory) contracts.TagAggregator
- func NewUserAggregator(userModelFactory contracts.UserModelFactory, fileApi contracts.FileApi) contracts.UserAggregator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBannerAggregator ¶
func NewBannerAggregator(bannerModelFactory contracts.BannerModelFactory) contracts.BannerAggregator
func NewCategoryAggregator ¶
func NewCategoryAggregator(categoryModelFactory contracts.CategoryModelFactory) contracts.CategoryAggregator
NewCategoryAggregator
func NewChannelAggregator ¶
func NewChannelAggregator(channelModelFactory contracts.ChannelModelFactory) contracts.ChannelAggregator
func NewCommentAggregator ¶
func NewCommentAggregator(commentModelFactory contracts.CommentModelFactory) contracts.CommentAggregator
func NewFileAggregator ¶
func NewFileAggregator(fileModelFactory contracts.FileModelFactory) contracts.FileAggregator
func NewPollAggregator ¶
func NewPollAggregator(pollModelFactory contracts.PollModelFactory) contracts.PollAggregator
func NewPostAggregator ¶
func NewPostAggregator( postModelFactory contracts.PostModelFactory, subjectResolver contracts.SubjectResolver, fileApi contracts.FileApi, categoryModelFactory contracts.CategoryModelFactory, categoryApi contracts.CategoryApi, tagModelFactory contracts.TagModelFactory, tagApi contracts.TagApi, ) contracts.PostAggregator
NewPostAggregator
func NewTagAggregator ¶
func NewTagAggregator(tagModelFactory contracts.TagModelFactory) contracts.TagAggregator
func NewUserAggregator ¶
func NewUserAggregator(userModelFactory contracts.UserModelFactory, fileApi contracts.FileApi) contracts.UserAggregator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.