echo

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MessageReply

type MessageReply struct {
	Msg       string `am:"msg"`
	Num       int32  `am:"num"`
	Signature string `am:"signature"`
}

type MessageRequest

type MessageRequest struct {
	Msg string `am:"msg"`
	Num int32  `am:"num"`
}

type MessageTimeout

type MessageTimeout struct {
	Secs uint64 `am:"secs"`
}

type StatMgr

type StatMgr struct {
	// contains filtered or unexported fields
}

func NewStatMgr

func NewStatMgr() *StatMgr

func (*StatMgr) Counter

func (s *StatMgr) Counter() uint64

func (*StatMgr) IncCounter

func (s *StatMgr) IncCounter()

func (*StatMgr) ListClients

func (s *StatMgr) ListClients() string

func (*StatMgr) OnConnect

func (s *StatMgr) OnConnect(addr string)

func (*StatMgr) OnDisconnect

func (s *StatMgr) OnDisconnect(addr string)

func (*StatMgr) Subscribe

func (s *StatMgr) Subscribe() chan string

func (*StatMgr) Unsubscribe

func (s *StatMgr) Unsubscribe(ch chan string)

type SubWhoElseEvent

type SubWhoElseEvent struct{}

type WhoElse

type WhoElse struct{}

type WhoElseEvent

type WhoElseEvent struct {
	Addr string `am:"addr"`
}

type WhoElseReply

type WhoElseReply struct {
	Clients string `am:"clients"`
}

Directories

Path Synopsis
cmd
client command
server command

Jump to

Keyboard shortcuts

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