Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IVCS ¶
type IVCS interface {
VendorInfo() *types.Vendor
GetUser() (*types.User, error)
ListRepositories(username string, org bool) (*types.VCSRepositories, error)
ListBranches(owner, repo string) (*types.VCSBranches, error)
CreateHook(id, owner, repo, host string) (*string, error)
RemoveHook(id, owner, repo string) error
PushPayload(data []byte) (*types.VCSBranch, error)
}
Source Files
¶
- vcs.go
Click to show internal directories.
Click to hide internal directories.