Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlCatcher ¶
type MysqlCatcher struct {
// contains filtered or unexported fields
}
func NewMySQLCatcher ¶
func NewMySQLCatcher(cfg config.ConfigStruct) *MysqlCatcher
func (*MysqlCatcher) HandleNewTorrent ¶
func (m *MysqlCatcher) HandleNewTorrent()
type PostgresCatcher ¶
type PostgresCatcher struct {
// contains filtered or unexported fields
}
func NewPostgresCatcher ¶
func NewPostgresCatcher(cfg config.ConfigStruct) *PostgresCatcher
func (*PostgresCatcher) GetRSSNotifier ¶
func (p *PostgresCatcher) GetRSSNotifier() *rss.RSSNotifier
func (*PostgresCatcher) HandleNewTorrent ¶
func (p *PostgresCatcher) HandleNewTorrent()
Click to show internal directories.
Click to hide internal directories.