Versions in this module Expand all Collapse all v1 v1.1.0 Nov 17, 2025 Changes in this version + type GithubService struct + Client *github.Client + func NewAuthenticatedService(token string) *GithubService + func NewUnauthenticatedService() *GithubService + func (gh *GithubService) GetAllUserRepositories() ([]*github.Repository, error) + func (gh *GithubService) TestAuthentication() error