Versions in this module Expand all Collapse all v0 v0.0.4 May 23, 2023 v0.0.3 May 10, 2023 Changes in this version + func AuthenticatedClient(token string) *github.Client + func Dump(opts *DumpOptions) error + type DumpOptions struct + CloneMode string + Destination string + Token string + Username string + type Repositories []*github.Repository + func UserRepositories(ghClient *github.Client) (Repositories, error) + func (r Repositories) Iter(f func(repository *github.Repository) error) error