Versions in this module Expand all Collapse all v0 v0.2.3 Jan 14, 2023 v0.2.2 Feb 23, 2022 Changes in this version + func Shellbar(config Config, closed <-chan struct{}, parentwg *sync.WaitGroup) + type Client struct + type ClientReport struct + CanRead bool + CanWrite bool + Connected string + RemoteAddr string + Stats RxTx + Topic string + UserAgent string + type Config struct + Audience string + CodeStore *ttlcode.CodeStore + Listen int + Secret string + func NewDefaultConfig() *Config + func (c *Config) WithAudience(audience string) *Config + func (c *Config) WithCodeStoreTTL(ttl int64) *Config + func (c *Config) WithListen(listen int) *Config + type ConnectionAction struct + Action string + URI string + UUID string + type ConnectionType int + const Session + const Shell + const Unsupported + type Frames struct + type Hub struct + type ReportStats struct + Fps float64 + Last string + Size float64 + type RxTx struct + Rx ReportStats + Tx ReportStats + type Stats struct + type StatsCommand struct + Command string