Documentation
¶
Overview ¶
Package postmgr provides article posting management for go-pugleaf
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PosterManager ¶
type PosterManager struct {
// contains filtered or unexported fields
}
PosterManager manages the posting of articles to multiple providers
func NewPosterManager ¶
func NewPosterManager(db *database.Database, pools []*nntp.Pool) *PosterManager
NewPosterManager creates a new poster manager
func (*PosterManager) ProcessPendingPosts ¶
func (pm *PosterManager) ProcessPendingPosts(limit int) (int, error)
ProcessPendingPosts processes all pending posts in the queue
Click to show internal directories.
Click to hide internal directories.