package
Version:
v0.0.17
Opens a new window with list of versions in this module.
Published: Sep 13, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Create(repo, url, secret, name string)
type Config struct {
URL string `json:"url"`
ContentType string `json:"content_type"`
Secret string `json:"secret"`
}
type Webhook struct {
Name string `json:"name"`
Active bool `json:"active"`
Events []string `json:"events"`
Config Config `json:"config"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.