refactor: ran v fmt
ci/woodpecker/push/lint Pipeline was successful
Details
ci/woodpecker/push/lint Pipeline was successful
Details
parent
db0818024e
commit
f881122b48
|
@ -75,37 +75,37 @@ pub:
|
||||||
|
|
||||||
pub struct HealthConfig {
|
pub struct HealthConfig {
|
||||||
pub:
|
pub:
|
||||||
test []string [json: Test]
|
test []string [json: Test]
|
||||||
interval int [json: Interval]
|
interval int [json: Interval]
|
||||||
timeout int [json: Timeout]
|
timeout int [json: Timeout]
|
||||||
retries int [json: Retries]
|
retries int [json: Retries]
|
||||||
start_period int [json: StartPeriod]
|
start_period int [json: StartPeriod]
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct ContainerCreate {
|
pub struct ContainerCreate {
|
||||||
pub:
|
pub:
|
||||||
hostname string [json: Hostname]
|
hostname string [json: Hostname]
|
||||||
domain_name string [json: Domainname]
|
domain_name string [json: Domainname]
|
||||||
user string [json: User]
|
user string [json: User]
|
||||||
attach_stdin bool [json: AttachStdin]
|
attach_stdin bool [json: AttachStdin]
|
||||||
attach_stdout bool [json: AttachStderr] = true
|
attach_stdout bool [json: AttachStderr] = true
|
||||||
// ExposedPorts
|
// ExposedPorts
|
||||||
tty bool [json: Tty]
|
tty bool [json: Tty]
|
||||||
open_stdin bool [json: OpenStdin]
|
open_stdin bool [json: OpenStdin]
|
||||||
stdin_once bool [json: StdinOnce]
|
stdin_once bool [json: StdinOnce]
|
||||||
env []string [json: Env]
|
env []string [json: Env]
|
||||||
cmd []string [json: Cmd]
|
cmd []string [json: Cmd]
|
||||||
healthcheck HealthConfig [json: Healthcheck]
|
healthcheck HealthConfig [json: Healthcheck]
|
||||||
args_escaped bool [json: ArgsEscaped]
|
args_escaped bool [json: ArgsEscaped]
|
||||||
image string [json: Image]
|
image string [json: Image]
|
||||||
// Volumes
|
// Volumes
|
||||||
working_dir string [json: WorkingDir]
|
working_dir string [json: WorkingDir]
|
||||||
entrypoint []string [json: Entrypoint]
|
entrypoint []string [json: Entrypoint]
|
||||||
network_disabled bool [json: NetworkDisabled]
|
network_disabled bool [json: NetworkDisabled]
|
||||||
mac_address string [json: MacAddress]
|
mac_address string [json: MacAddress]
|
||||||
on_build []string [json: OnBuild]
|
on_build []string [json: OnBuild]
|
||||||
labels map[string]string [json: Labels]
|
labels map[string]string [json: Labels]
|
||||||
stop_signal string [json: StopSignal]
|
stop_signal string [json: StopSignal]
|
||||||
stop_timeout int [json: StopTimeout]
|
stop_timeout int [json: StopTimeout]
|
||||||
shell []string [json: Shell]
|
shell []string [json: Shell]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue