github

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client represents the wrapper of GitHub API client

func NewClient

func NewClient(ctx context.Context, accessToken string) *Client

NewClient creates new Client object

func (*Client) CommitFronRef

func (c *Client) CommitFronRef(repo, ref string) (string, error)

CommitFronRef returns the latest commit SHA-1 of the given ref (branch, full commit SHA-1, short commit SHA-1...)

func (*Client) CreateDeployment added in v0.7.0

func (c *Client) CreateDeployment(repo, ref, cluster string) (int, error)

CreateDeployment creates Deployment and returns Deployment ID https://developer.github.com/v3/repos/deployments/

Jump to

Keyboard shortcuts

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