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