Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRepo ¶ added in v0.4.0
func CreateRepo(org_name string, opts *CreateOptions) error
CreateRepo is a helper method for creating a new
func ListReposWithCallback ¶
func ListReposWithCallback(org string, opts *ListOptions, cb func(repo *github.Repository) error) error
Types ¶
type CreateOptions ¶ added in v0.4.0
type ListOptions ¶
type ListOptions struct {
Prefix []string
Exclude []string
Forked bool
NotForked bool
AccessToken string
PushedSince *time.Time
Debug bool
EnsureCommits bool
}
func NewDefaultListOptions ¶
func NewDefaultListOptions() *ListOptions
Click to show internal directories.
Click to hide internal directories.