Documentation
¶
Index ¶
- type ConnectionConfig
- type Error
- type Event
- func (evt *Event) ConfigSet(s socketio.Conn, message string)
- func (evt *Event) ConfigTest(s socketio.Conn, message string)
- func (evt *Event) OnConnect(s socketio.Conn) error
- func (evt *Event) OnDisconnect(s socketio.Conn, reason string)
- func (evt *Event) OnError(s socketio.Conn, err error)
- func (evt *Event) TorrentGet(s socketio.Conn, message string)
- type InitConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionConfig ¶
type Event ¶
type Event struct { Client *transmission.Client // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.