Documentation ¶
Index ¶
- Constants
- type DataLine
- type GooeyApp
- type Log
- type LogNotifee
- func (ln *LogNotifee) ClosedStream(net.Network, net.Stream)
- func (ln *LogNotifee) Connected(_ net.Network, c net.Conn)
- func (ln *LogNotifee) Disconnected(_ net.Network, c net.Conn)
- func (ln *LogNotifee) Listen(net.Network, ma.Multiaddr)
- func (ln *LogNotifee) ListenClose(net.Network, ma.Multiaddr)
- func (ln *LogNotifee) OpenedStream(net.Network, net.Stream)
- type Theme
- type UI
Constants ¶
View Source
const ( QClrLine = "\033[K" QReset = "\033[2J" )
...
View Source
const ( Clear = 0 LightBlue = 94 )
...
View Source
const ( Black = 30 + iota Red Green Yellow Blue Magenta Cyan LightGray )
...
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataLine ¶
type DataLine struct { Label string Line int Default string LastVal string // contains filtered or unexported fields }
DataLine ...
type GooeyApp ¶
type GooeyApp struct { Title string DataFields []*DataLine Log *Log // contains filtered or unexported fields }
GooeyApp ..
func (*GooeyApp) NewDataLine ¶
NewDataLine ...
type Log ¶
type Log struct { Size int StartLine int Messages []string // contains filtered or unexported fields }
Log ...
type LogNotifee ¶
type LogNotifee struct {
// contains filtered or unexported fields
}
LogNotifee ...
func (*LogNotifee) ClosedStream ¶
func (ln *LogNotifee) ClosedStream(net.Network, net.Stream)
ClosedStream ...
func (*LogNotifee) Connected ¶
func (ln *LogNotifee) Connected(_ net.Network, c net.Conn)
Connected ...
func (*LogNotifee) Disconnected ¶
func (ln *LogNotifee) Disconnected(_ net.Network, c net.Conn)
Disconnected ...
func (*LogNotifee) ListenClose ¶
func (ln *LogNotifee) ListenClose(net.Network, ma.Multiaddr)
ListenClose ...
func (*LogNotifee) OpenedStream ¶
func (ln *LogNotifee) OpenedStream(net.Network, net.Stream)
OpenedStream ...
Click to show internal directories.
Click to hide internal directories.