Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubClient ¶
type GithubClient struct {
SCMCoordinates
}
type GithubObject ¶
type GithubObject struct {
Type string `json:"type"`
}
type GithubRef ¶
type GithubRef struct { Ref string `json:"ref"` Object GithubObject `json:"object"` }
type MockScmClient ¶
type SCMClient ¶
func NewGithubClient ¶
type SCMCoordinates ¶
type SCMCoordinates struct { Username string Password string BaseURL string // contains filtered or unexported fields }
ScmCoordinates models the data associated with a Git http client.
type StashBranch ¶
type StashBranches ¶
type StashBranches struct { IsLastPage bool `json:"isLastPage"` Size int `json:"size"` Start int `json:"start"` NextPageStart int `json:"nextPageStart"` Branch []StashBranch `json:"values"` }
Click to show internal directories.
Click to hide internal directories.