Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connect ¶
type Connect struct{}
Connect command
func (Connect) BuildMessage ¶
BuildMessage Implement command interface
type DisableEvents ¶
type DisableEvents struct{}
DisableEvents disable events
func (DisableEvents) BuildMessage ¶
func (DisableEvents) BuildMessage() string
BuildMessage Implement command interface
type DivertEvents ¶
type DivertEvents struct {
Enabled bool
}
DivertEvents The divert_events command is available to allow events that an embedded script would expect to get in the inputcallback to be diverted to the event socket.
func (DivertEvents) BuildMessage ¶
func (d DivertEvents) BuildMessage() string
BuildMessage Implement command interface
type Event ¶
Event event command
func (Event) BuildMessage ¶
BuildMessage Implement command interface
type Exit ¶
type Exit struct{}
Exit command
func (Exit) BuildMessage ¶
BuildMessage Implement command interface
type Linger ¶
type Linger struct {
Enabled bool
}
Linger command
func (Linger) BuildMessage ¶
BuildMessage Implement command interface
type MyEvents ¶
MyEvents myevents
func (MyEvents) BuildMessage ¶
BuildMessage Implement command interface
type SendEvent ¶
type SendEvent struct { Name string Headers textproto.MIMEHeader Body string }
SendEvent send event
func (*SendEvent) BuildMessage ¶
BuildMessage Implement command interface
type SendMessage ¶
type SendMessage struct { UUID string Headers textproto.MIMEHeader Body string Sync bool SyncPri bool }
SendMessage command
func (*SendMessage) BuildMessage ¶
func (s *SendMessage) BuildMessage() string
BuildMessage Implement command interface