Discover Packages
github.com/codesphere-cloud/cs-go
pkg
ci
package
Version:
v0.13.0
Opens a new window with list of versions in this module.
Published: Oct 17, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Network struct {
Path string `yaml:"path"`
StripPath bool `yaml:"stripPath"`
Paths []Path `yaml:"paths"`
Ports []Port `yaml:"ports"`
}
type Path struct {
Port int `yaml:"port"`
Path string `yaml:"path"`
StripPath bool `yaml:"stripPath"`
}
type Port struct {
Port int `yaml:"port"`
IsPublic bool `yaml:"isPublic"`
}
type Service struct {
Steps []Step `yaml:"steps"`
Plan int `yaml:"plan"`
Replicas int `yaml:"replicas"`
IsPublic bool `yaml:"isPublic"`
Network Network `yaml:"network"`
}
type Step struct {
Name string `yaml:"name"`
Command string `yaml:"command"`
}
type Steps struct {
Steps []Step `yaml:"steps"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.