github

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2015 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NotifyDisabled = "disabled"
	NotifyFalse    = "false"
	NotifyOff      = "off"
)
View Source
const (
	StatusPending = "pending"
	StatusSuccess = "success"
	StatusFailure = "failure"
	StatusError   = "error"
)
View Source
const (
	DescPending = "this build is pending"
	DescSuccess = "the build was successful"
	DescFailure = "the build failed"
	DescError   = "oops, something went wrong"
)
View Source
const (
	BaseURL = "https://api.github.com/"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHub

type GitHub string

func (GitHub) Send

func (g GitHub) Send(context *model.Request) error

Send uses the github status API to update the build status in github or github enterprise.

Jump to

Keyboard shortcuts

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