Documentation
¶
Index ¶
- type InstagramComments
- func (module *InstagramComments) Author() string
- func (module *InstagramComments) Description() string
- func (module *InstagramComments) GetInformation() session.ModuleInformation
- func (module *InstagramComments) GetType() []string
- func (module *InstagramComments) Name() string
- func (module *InstagramComments) Start()
- type InstagramFeed
- type InstagramFollowers
- func (module *InstagramFollowers) Author() string
- func (module *InstagramFollowers) Description() string
- func (module *InstagramFollowers) GetInformation() session.ModuleInformation
- func (module *InstagramFollowers) GetType() []string
- func (module *InstagramFollowers) Name() string
- func (module *InstagramFollowers) Start()
- type InstagramFollowing
- func (module *InstagramFollowing) Author() string
- func (module *InstagramFollowing) Description() string
- func (module *InstagramFollowing) GetInformation() session.ModuleInformation
- func (module *InstagramFollowing) GetType() []string
- func (module *InstagramFollowing) Name() string
- func (module *InstagramFollowing) Start()
- type InstagramFriends
- func (module *InstagramFriends) Author() string
- func (module *InstagramFriends) Description() string
- func (module *InstagramFriends) GetInformation() session.ModuleInformation
- func (module *InstagramFriends) GetType() []string
- func (module *InstagramFriends) InFollowers(username string) bool
- func (module *InstagramFriends) InSlice(slice []string, search string) bool
- func (module *InstagramFriends) Name() string
- func (module *InstagramFriends) Start()
- type InstagramInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstagramComments ¶
type InstagramComments struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushInstagramCommentsModule ¶
func PushInstagramCommentsModule(s *session.Session) *InstagramComments
func (*InstagramComments) Author ¶
func (module *InstagramComments) Author() string
func (*InstagramComments) Description ¶
func (module *InstagramComments) Description() string
func (*InstagramComments) GetInformation ¶
func (module *InstagramComments) GetInformation() session.ModuleInformation
func (*InstagramComments) GetType ¶
func (module *InstagramComments) GetType() []string
func (*InstagramComments) Name ¶
func (module *InstagramComments) Name() string
func (*InstagramComments) Start ¶
func (module *InstagramComments) Start()
type InstagramFeed ¶
type InstagramFeed struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushInstagramFeedModule ¶
func PushInstagramFeedModule(s *session.Session) *InstagramFeed
func (*InstagramFeed) Author ¶
func (module *InstagramFeed) Author() string
func (*InstagramFeed) Description ¶
func (module *InstagramFeed) Description() string
func (*InstagramFeed) GetInformation ¶
func (module *InstagramFeed) GetInformation() session.ModuleInformation
func (*InstagramFeed) GetType ¶
func (module *InstagramFeed) GetType() []string
func (*InstagramFeed) Name ¶
func (module *InstagramFeed) Name() string
func (*InstagramFeed) Start ¶
func (module *InstagramFeed) Start()
type InstagramFollowers ¶
type InstagramFollowers struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushInstagramFollowersModule ¶
func PushInstagramFollowersModule(s *session.Session) *InstagramFollowers
func (*InstagramFollowers) Author ¶
func (module *InstagramFollowers) Author() string
func (*InstagramFollowers) Description ¶
func (module *InstagramFollowers) Description() string
func (*InstagramFollowers) GetInformation ¶
func (module *InstagramFollowers) GetInformation() session.ModuleInformation
func (*InstagramFollowers) GetType ¶
func (module *InstagramFollowers) GetType() []string
func (*InstagramFollowers) Name ¶
func (module *InstagramFollowers) Name() string
func (*InstagramFollowers) Start ¶
func (module *InstagramFollowers) Start()
type InstagramFollowing ¶
type InstagramFollowing struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushInstagramFollowingModule ¶
func PushInstagramFollowingModule(s *session.Session) *InstagramFollowing
func (*InstagramFollowing) Author ¶
func (module *InstagramFollowing) Author() string
func (*InstagramFollowing) Description ¶
func (module *InstagramFollowing) Description() string
func (*InstagramFollowing) GetInformation ¶
func (module *InstagramFollowing) GetInformation() session.ModuleInformation
func (*InstagramFollowing) GetType ¶
func (module *InstagramFollowing) GetType() []string
func (*InstagramFollowing) Name ¶
func (module *InstagramFollowing) Name() string
func (*InstagramFollowing) Start ¶
func (module *InstagramFollowing) Start()
type InstagramFriends ¶
type InstagramFriends struct { session.SessionModule Sess *session.Session `json:"-"` Friends map[string]string `json:"-"` }
func PushInstagramFriendsModule ¶
func PushInstagramFriendsModule(s *session.Session) *InstagramFriends
func (*InstagramFriends) Author ¶
func (module *InstagramFriends) Author() string
func (*InstagramFriends) Description ¶
func (module *InstagramFriends) Description() string
func (*InstagramFriends) GetInformation ¶
func (module *InstagramFriends) GetInformation() session.ModuleInformation
func (*InstagramFriends) GetType ¶
func (module *InstagramFriends) GetType() []string
func (*InstagramFriends) InFollowers ¶
func (module *InstagramFriends) InFollowers(username string) bool
func (*InstagramFriends) InSlice ¶
func (module *InstagramFriends) InSlice(slice []string, search string) bool
func (*InstagramFriends) Name ¶
func (module *InstagramFriends) Name() string
func (*InstagramFriends) Start ¶
func (module *InstagramFriends) Start()
type InstagramInfo ¶
type InstagramInfo struct { session.SessionModule Sess *session.Session `json:"-"` }
func PushInstagramInfoModule ¶
func PushInstagramInfoModule(s *session.Session) *InstagramInfo
func (*InstagramInfo) Author ¶
func (module *InstagramInfo) Author() string
func (*InstagramInfo) Description ¶
func (module *InstagramInfo) Description() string
func (*InstagramInfo) GetInformation ¶
func (module *InstagramInfo) GetInformation() session.ModuleInformation
func (*InstagramInfo) GetType ¶
func (module *InstagramInfo) GetType() []string
func (*InstagramInfo) Name ¶
func (module *InstagramInfo) Name() string
func (*InstagramInfo) Start ¶
func (module *InstagramInfo) Start()
Click to show internal directories.
Click to hide internal directories.