Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGHTKNEnabledFromEnv ¶
func GetGitHubTokenFromEnv ¶
func GetGitHubTokenFromEnv() string
Types ¶
type RepositoriesService ¶
type RepositoriesService interface {
GetContents(ctx context.Context, owner, repo, path string, opts *github.RepositoryContentGetOptions) (*github.RepositoryContent, []*github.RepositoryContent, *github.Response, error)
}
type RepositoryContentGetOptions ¶
type RepositoryContentGetOptions = github.RepositoryContentGetOptions
Click to show internal directories.
Click to hide internal directories.