Documentation ¶ Index ¶ type Listener func NewListener(proto string, options map[string]string) Listener func (l Listener) ID() uuid.UUID func (l Listener) Options() map[string]string func (l Listener) Protocol() string func (l Listener) ServerID(id uuid.UUID) func (l Listener) Update(options map[string]string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Listener ¶ type Listener struct { // contains filtered or unexported fields } func NewListener ¶ func NewListener(proto string, options map[string]string) Listener func (Listener) ID ¶ func (l Listener) ID() uuid.UUID func (Listener) Options ¶ func (l Listener) Options() map[string]string func (Listener) Protocol ¶ func (l Listener) Protocol() string func (Listener) ServerID ¶ func (l Listener) ServerID(id uuid.UUID) ServerID updates the structure with the server ID the server uses func (Listener) Update ¶ func (l Listener) Update(options map[string]string) Source Files ¶ View all Source files listener.go Click to show internal directories. Click to hide internal directories.