interfaces

package
v0.1.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

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)
}

Jump to

Keyboard shortcuts

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