Documentation ¶
Index ¶
Constants ¶
View Source
const ( Connecting msg = iota Connected Quit )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockMessage ¶
type BlockMessage string
type TUI ¶
type TUI struct {
// contains filtered or unexported fields
}
func New ¶
func New(req *pbsubstreams.Request, pkg *pbsubstreams.Package, outputStreamNames []string, outputMode string) *TUI
func (*TUI) CleanUpTerminal ¶
func (ui *TUI) CleanUpTerminal()
func (*TUI) Connecting ¶
func (ui *TUI) Connecting()
func (*TUI) IncomingMessage ¶
func (ui *TUI) IncomingMessage(resp *pbsubstreams.Response) error
func (*TUI) SetRequest ¶
func (ui *TUI) SetRequest(req *pbsubstreams.Request)
Click to show internal directories.
Click to hide internal directories.