Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct {
// contains filtered or unexported fields
}
func (*Aggregator) CreatePost ¶
func (a *Aggregator) CreatePost(p *post.Post) error
func (*Aggregator) CreateReply ¶
func (a *Aggregator) CreateReply(r *reply.Reply) error
func (*Aggregator) ListForums ¶
func (a *Aggregator) ListForums() ([]forum.Forum, []error)
Click to show internal directories.
Click to hide internal directories.