Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bbs ¶ added in v1.26.0
type Bbs struct { Bitcointalk *Bitcointalk Nodeseek *Nodeseek }
type Bitcointalk ¶
type Bitcointalk struct { C chan string // contains filtered or unexported fields }
func NewBitcointalk ¶
func NewBitcointalk() *Bitcointalk
func (*Bitcointalk) CronDump ¶
func (b *Bitcointalk) CronDump()
func (*Bitcointalk) Dump ¶
func (b *Bitcointalk) Dump()
func (*Bitcointalk) FilterFill ¶ added in v1.25.8
func (b *Bitcointalk) FilterFill()
func (*Bitcointalk) Monitor ¶
func (b *Bitcointalk) Monitor()
func (*Bitcointalk) Recover ¶
func (b *Bitcointalk) Recover() map[string]struct{}
func (*Bitcointalk) Start ¶
func (b *Bitcointalk) Start()
func (*Bitcointalk) Stop ¶
func (b *Bitcointalk) Stop()
Click to show internal directories.
Click to hide internal directories.