Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListPullRequestFiles ¶
func ListPullRequestFiles() http.HandlerFunc
func ListPullRequestsWithCommit ¶
func ListPullRequestsWithCommit(number int) http.HandlerFunc
Types ¶
type CreateComment ¶
type CreateComment struct {
// contains filtered or unexported fields
}
func (*CreateComment) ServeHTTP ¶
func (e *CreateComment) ServeHTTP(w http.ResponseWriter, r *http.Request)
type CreateDeploymentStatus ¶
type CreateDeploymentStatus struct {
// contains filtered or unexported fields
}
func (*CreateDeploymentStatus) ServeHTTP ¶
func (e *CreateDeploymentStatus) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ListDeploymentStatus ¶
type ListDeploymentStatus struct {
Response []*github.DeploymentStatus
}
func (*ListDeploymentStatus) ServeHTTP ¶
func (e *ListDeploymentStatus) ServeHTTP(w http.ResponseWriter, _ *http.Request)
Click to show internal directories.
Click to hide internal directories.