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