Discover Packages
github.com/filecoin-project/sturdy-journey
internal
circleci
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 5, 2021
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type APIError struct {
HTTPStatusCode int
Message string
}
type PipelineCreateRequest struct {
Branch string `json:"branch,omitempty"`
Tag string `json:"tag,omitempty"`
Parameters map[string ]interface{} `json:"parameters"`
}
type PipelineCreateResponse struct {
ID string `json:"id"`
State string `json:"state"`
Number int `json:"number"`
CreatedAt *time .Time `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.