Discover Packages
a1.zhujicn2.com/huawei-cloudnative/ci-bot
handlers
types
package
Version:
v0.0.0-...-0f89c28
Opens a new window with list of versions in this module.
Published: Aug 21, 2019
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
Documentation
¶
type TravisJobRespStruct struct {
Jobs []struct {
Type string `json:"@type"`
Href string `json:"@href"`
Number string `json:"number"`
} `json:"jobs"`
}
TravisCI `/jobs` API structure response
type TravisRespStruct struct {
Requests []struct {
Builds []struct {
Href string `json:"@href"`
PullRequestNumber int `json:"pull_request_number"`
} `json:"builds"`
} `json:"requests"`
}
TravisCI `/requests` API structure response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.