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