Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubManager ¶
type GitHubManager struct {
// contains filtered or unexported fields
}
func NewGitHubManager ¶
func NewGitHubManager(token string, username string) *GitHubManager
func (*GitHubManager) FindUserToUnfollow ¶
func (gm *GitHubManager) FindUserToUnfollow(followers []string, following []string) []string
func (*GitHubManager) GetFollowers ¶
func (gm *GitHubManager) GetFollowers() ([]string, error)
func (*GitHubManager) GetFollowing ¶
func (gm *GitHubManager) GetFollowing() ([]string, error)
func (*GitHubManager) UnfollowUser ¶
func (gm *GitHubManager) UnfollowUser(username string) error
Click to show internal directories.
Click to hide internal directories.