Documentation ¶
Index ¶
- type SessionStreamModule
- func (module *SessionStreamModule) Author() string
- func (module *SessionStreamModule) Description() string
- func (module *SessionStreamModule) GetInformation() session.ModuleInformation
- func (module *SessionStreamModule) GetType() string
- func (module *SessionStreamModule) Name() string
- func (module *SessionStreamModule) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionStreamModule ¶
type SessionStreamModule struct { session.SessionModule Stream *session.Stream `json:"-"` // contains filtered or unexported fields }
func PushSessionStreamModule ¶
func PushSessionStreamModule(s *session.Session) *SessionStreamModule
func (*SessionStreamModule) Author ¶
func (module *SessionStreamModule) Author() string
func (*SessionStreamModule) Description ¶
func (module *SessionStreamModule) Description() string
func (*SessionStreamModule) GetInformation ¶
func (module *SessionStreamModule) GetInformation() session.ModuleInformation
func (*SessionStreamModule) GetType ¶
func (module *SessionStreamModule) GetType() string
func (*SessionStreamModule) Name ¶
func (module *SessionStreamModule) Name() string
func (*SessionStreamModule) Start ¶
func (module *SessionStreamModule) Start()
Click to show internal directories.
Click to hide internal directories.