Documentation
¶
Index ¶
- func Auth(envPath string, c context.Context) (*github.Client, error)
- func CreateEmptyRepo(c *github.Client, ctx context.Context) (*github.Repository, error)
- func CreateGitignore(c *github.Client, ctx context.Context, r *github.Repository, lang string) error
- func CreateLicense(c *github.Client, ctx context.Context, l string, rName string) error
- func CreateReadme(c *github.Client, ctx context.Context, r *github.Repository) error
- func CreateRepoWithBoth(c *github.Client, ctx context.Context) (*github.Repository, error)
- func CreateRepoWithGitignore(c *github.Client, ctx context.Context) (*github.Repository, error)
- func CreateRepoWithReadme(c *github.Client, ctx context.Context) (*github.Repository, error)
- func GetApache(c *github.Client, ctx context.Context) (*github.License, error)
- func GetBSD2(c *github.Client, ctx context.Context) (*github.License, error)
- func GetBSD3(c *github.Client, ctx context.Context) (*github.License, error)
- func GetBSL(c *github.Client, ctx context.Context) (*github.License, error)
- func GetCC0(c *github.Client, ctx context.Context) (*github.License, error)
- func GetGPL2(c *github.Client, ctx context.Context) (*github.License, error)
- func GetGPL3(c *github.Client, ctx context.Context) (*github.License, error)
- func GetGitignore(c *github.Client, ctx context.Context, lang string) (string, error)
- func GetIssuesAssigned(c *github.Client, ctx context.Context) ([]*github.Issue, error)
- func GetLGPL(c *github.Client, ctx context.Context) (*github.License, error)
- func GetMIT(c *github.Client, ctx context.Context) (*github.License, error)
- func GetMPL(c *github.Client, ctx context.Context) (*github.License, error)
- func GetUnreadNotifications(c *github.Client, ctx context.Context) ([]*github.Notification, error)
- func MarkNotificationsRead(c *github.Client, ctx context.Context) error
- func Ping(c *github.Client, ctx context.Context) error
- func QuickIgnore(c *github.Client, ctx context.Context, lang string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEmptyRepo ¶
func CreateGitignore ¶
func CreateLicense ¶ added in v0.5.0
func CreateReadme ¶
func CreateRepoWithBoth ¶
func CreateRepoWithGitignore ¶
func CreateRepoWithReadme ¶
func GetGitignore ¶
func GetIssuesAssigned ¶ added in v0.2.0
func GetUnreadNotifications ¶ added in v0.8.0
func MarkNotificationsRead ¶ added in v0.10.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.