github

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHub

type GitHub interface {
	GetOrganizationName() string
	ListRepositories(ctx context.Context) ([]github.Repository, error)
	GetRepositoryContent(ctx context.Context, name, ref, path string) (*strings.Reader, error)
	GetRepositoryLatestTag(ctx context.Context, name string) (string, error)
}

func New

func New(org string) GitHub

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL