The highest tagged major version is
v2.
package
Version:
v1.9.9
Opens a new window with list of versions in this module.
Published: Oct 24, 2023
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.