Documentation
¶
Index ¶
Constants ¶
View Source
const ( TgzType = "tgz" RpmType = "rpm" DebType = "deb" DockerType = "docker" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CachePathParams ¶
type CachePaths ¶
type CachePathsParams ¶
type CachePathsParams []CachePathParams
type SystemdUnitParams ¶
type SystemdUnitParams struct {
FdLimit *int `yaml:"fd-limit"`
StateboardFdLimit *int `yaml:"stateboard-fd-limit"`
InstanceEnv UnitEnvArgs `yaml:"instance-env"`
StateboardEnv UnitEnvArgs `yaml:"stateboard-env"`
}
type UnitEnvArgs ¶
type UnitEnvArgs map[string]interface{}
Click to show internal directories.
Click to hide internal directories.