Documentation
¶
Index ¶
Constants ¶
View Source
const ( FOLLOWING_URL = "https://api.github.com/users/%s/following?per_page=100" FOLLOWERS_URL = "https://api.github.com/users/%s/followers?per_page=100" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyUser ¶
type MyUser struct {
Followers []User
Following []User
Login string `json:"login"`
TargetUser string
Token string
UserStatus map[string]string
}
Main user struct
func (*MyUser) FetchAllowDenyList ¶ added in v1.4.0
func (u *MyUser) FetchAllowDenyList()
func (*MyUser) FetchFollowers ¶
func (*MyUser) FetchFollowing ¶
Click to show internal directories.
Click to hide internal directories.