github

package
v0.0.0-...-d6fd871 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2020 License: MIT Imports: 8 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL