The highest tagged major version is
v2.
package
Version:
v0.20.24
Opens a new window with list of versions in this module.
Published: Aug 28, 2022
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 (
DeployRoute = "/api/v1/deploy"
RollbackRoute = "/api/v1/deploy/rollback"
)
type DeployReq struct {
Name string `json:"name"`
Bundle string `json:"bundle"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.