Documentation ¶
Index ¶
- type Advertisement
- type Gossip
- func (g *Gossip) AddBoardWhitelist(board string) error
- func (g *Gossip) AddThreadWhitelist(thread string) error
- func (g *Gossip) Close() error
- func (g *Gossip) DelBoardWhitelist(board string)
- func (g *Gossip) DelThreadWhitelist(thread string)
- func (g *Gossip) Posts() <-chan Advertisement
- func (g *Gossip) Threads() <-chan Advertisement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Advertisement ¶
type Gossip ¶
type Gossip struct {
// contains filtered or unexported fields
}
func (*Gossip) AddBoardWhitelist ¶
func (*Gossip) AddThreadWhitelist ¶
func (*Gossip) DelBoardWhitelist ¶
func (*Gossip) DelThreadWhitelist ¶
func (*Gossip) Posts ¶
func (g *Gossip) Posts() <-chan Advertisement
func (*Gossip) Threads ¶
func (g *Gossip) Threads() <-chan Advertisement
Click to show internal directories.
Click to hide internal directories.