package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 17, 2018
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `json:"address"`
Path string `json:"path"`
SecretToken string `json:"secret_token"`
Settings []Setting
}
type Setting struct {
Event string `json:"event"`
BuildName string `json:"build_name"`
BuildStage string `json:"build_stage"`
BuildStatus string `json:"build_status"`
Command []string `json:"command"`
ProjectName string `json:"project_name"`
Ref string `json:"ref"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.