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