Documentation
¶
Index ¶
- type ConcurrentProcessing
- type GitHubClient
- func (c *GitHubClient) GetFollowers(ctx context.Context, username string) ([]*github.User, error)
- func (c *GitHubClient) GetFollowing(ctx context.Context, username string) ([]*github.User, error)
- func (c *GitHubClient) GetLogin(ctx context.Context) (*string, error)
- func (c *GitHubClient) GetUser(ctx context.Context) (*github.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcurrentProcessing ¶
type ConcurrentProcessing struct {
// contains filtered or unexported fields
}
type GitHubClient ¶
type GitHubClient struct {
// contains filtered or unexported fields
}
func NewGitHubClient ¶
func NewGitHubClient(token string) *GitHubClient
func (*GitHubClient) GetFollowers ¶
func (*GitHubClient) GetFollowing ¶
Click to show internal directories.
Click to hide internal directories.