Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFileOpts ¶
type GetFileOpts struct {
Owner string
Repo string
Path string
Ref *gogithub.RepositoryContentGetOptions // Can be a SHA, branch, or tag. Optional
}
type RepoContentManager ¶
type RepoContentManager struct {
// contains filtered or unexported fields
}
func (*RepoContentManager) GetFile ¶
func (p *RepoContentManager) GetFile(ctx context.Context, opts *GetFileOpts) (*gogithub.RepositoryContent, error)
Click to show internal directories.
Click to hide internal directories.