package
Version:
v2.3.1
Opens a new window with list of versions in this module.
Published: Apr 26, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
PushEvent = "push"
PullRequestEvent = "pull_request"
CheckRunEvent = "check_run"
BranchOrTagCreateEvent = "create"
)
type Hook struct {
URL string `json:"url,omitempty"`
Secret string `json:"secret,omitempty"`
Events []string `json:"events,omitempty"`
Active *bool `json:"active,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.