Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListCommitFiles ¶
func ListCommitFiles(ctx context.Context, opts *ListCommitFilesOptions) ([]string, error)
func ListCommitFilesWithCallback ¶
func ListCommitFilesWithCallback(ctx context.Context, opts *ListCommitFilesOptions, cb ListCommitFileCallback) error
Types ¶
type ListCommitFileCallback ¶
type ListCommitFileCallback func(context.Context, *github.CommitFile) error
Click to show internal directories.
Click to hide internal directories.