Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAlreadyRunning = errors.New("aht broker is already running") ErrUnsupported = errors.New("aht broker is unsupported on this platform") )
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Store *registry.MemoryStore
SocketPath string
MaxConnections int
WriteTimeout time.Duration
Ready chan<- struct{}
OnConnectionDone func()
}
Options configures a broker server.
Click to show internal directories.
Click to hide internal directories.