source

package
v0.0.0-...-a5a6a1a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(api Source)

Types

type Broadcast

type Broadcast struct {
	CurrChan chan *Broadcast
	NextChan chan *Broadcast
	Message  interface{}
}

type Source

type Source interface {
	Conn() error
	Close()
	PollMessage() <-chan interface{}
	GetSymbols() []string
	SetFocus(string)
	GetSnapshot() (interface{}, error)
}

func GetSource

func GetSource() Source

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL