Versions in this module Expand all Collapse all v0 v0.0.1 Feb 12, 2024 Changes in this version + type GitHub interface + GetOrganizationName func() string + GetRepositoryContent func(ctx context.Context, name, ref, path string) (*strings.Reader, error) + GetRepositoryLatestTag func(ctx context.Context, name string) (string, error) + ListRepositories func(ctx context.Context) ([]github.Repository, error) + func New(org string) GitHub