Versions in this module Expand all Collapse all v1 v1.6.1 May 21, 2025 v1.6.0 May 21, 2025 Changes in this version + type ConcurrentProcessing struct + type GitHubClient struct + func NewGitHubClient(token string) *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)