package
Version:
v0.0.0-...-a5a6a1a
Opens a new window with list of versions in this module.
Published: May 13, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Broadcast struct {
CurrChan chan *Broadcast
NextChan chan *Broadcast
Message interface{}
}
type Source interface {
Conn() error
Close()
PollMessage() <-chan interface{}
GetSymbols() []string
SetFocus(string)
GetSnapshot() (interface{}, error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.