forwarddisplay

package
v0.0.0-...-49ee127 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2025 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Display

type Display interface {
	// build the display
	Build()
	// start drawing the display
	Start()
}

type ForwardLoggingUi

type ForwardLoggingUi struct {
	ClientManager *proxy.ClientManager
}

func NewForwardLoggingUi

func NewForwardLoggingUi(clientManager *proxy.ClientManager) *ForwardLoggingUi

Create a new ForwardLoggingUi

func (*ForwardLoggingUi) Build

func (ui *ForwardLoggingUi) Build()

func (*ForwardLoggingUi) Start

func (ui *ForwardLoggingUi) Start()

start printing out current state info on a loop.

type ForwardUi

type ForwardUi struct {
	Running         bool
	RefreshInterval time.Duration
	// contains filtered or unexported fields
}

func NewForwardUi

func NewForwardUi(clientManager *proxy.ClientManager) *ForwardUi

func (*ForwardUi) Build

func (ui *ForwardUi) Build()

func (*ForwardUi) Start

func (ui *ForwardUi) Start()

func (*ForwardUi) StopDrawing

func (ui *ForwardUi) StopDrawing()

Jump to

Keyboard shortcuts

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