Documentation
¶
Overview ¶
Package github includes all of the client calls to github for building automation tools for deploystack
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶ added in v1.8.0
type Repo struct {
Name string `json:"name" yaml:"name"`
Owner string `json:"owner" yaml:"owner"`
Branch string `json:"branch" yaml:"branch"`
}
Repo contains the details of a github repo for the purpose of downloading
func NewRepo ¶ added in v1.8.0
NewRepo generates Github from a url that might contain branch information
func (Repo) Path ¶ added in v1.8.0
Path returns where this repo should exist locally given the input path
func (Repo) ReferenceName ¶ added in v1.8.0
Click to show internal directories.
Click to hide internal directories.