Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
Description string `yaml:"description" diff:"description"`
Owner string `yaml:"owner" diff: "owner"`
HasIssuesEnabled bool `yaml:"has_issues_enabled" diff:"has_issues_enabled"`
HasProjectsEnabled bool `yaml:"has_projects_enabled" diff:"has_projects_enabled"`
HasWikiEnabled bool `yaml:"has_wiki_enabled" diff:"has_wiki_enabled"`
HomepageUrl string `yaml:"homepage_url" diff:"homepage_url"`
Name string `yaml:"name" diff:"name"`
Id string `yaml:"id" diff:"id"`
Template bool `yaml:"template" diff:"template"`
}
func GetRepoFromRemote ¶
func GetRepoFromRemote(ownerName string, name string, authSettings auth.AuthSettings) Repository
func (Repository) ApplyConfig ¶
func (r Repository) ApplyConfig(authSettings auth.AuthSettings) error
func (Repository) GetDiff ¶
func (r Repository) GetDiff(authSettings auth.AuthSettings) []diff.Change
Click to show internal directories.
Click to hide internal directories.