Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Hostname string `json:"Hostname"`
Domainname string `json:"Domainname"`
User string `json:"User"`
AttachStdin bool `json:"AttachStdin"`
AttachStdout bool `json:"AttachStdout"`
AttachStderr bool `json:"AttachStderr"`
Tty bool `json:"Tty"`
OpenStdin bool `json:"OpenStdin"`
StdinOnce bool `json:"StdinOnce"`
Env []string `json:"Env"`
Cmd []string `json:"Cmd"`
Image string `json:"Image"`
Volumes map[string]struct{} `json:"Volumes"`
ExposedPorts map[string]interface{} `json:"ExposedPorts"`
WorkingDir string `json:"WorkingDir"`
Entrypoint []string `json:"Entrypoint"`
OnBuild []string `json:"OnBuild"`
Labels map[string]string `json:"Labels"`
}
type DHTokenResponse ¶
type DHTokenResponse struct {
Token string `json:"token"`
}
type ErrorDetail ¶
type ErrorItem ¶
type ErrorItem struct {
Code string `json:"code"`
Message string `json:"message"`
Detail []ErrorDetail `json:"detail"`
}
type ImageConfig ¶
type ImageConfig struct {
Config Config `json:"config"`
}
Click to show internal directories.
Click to hide internal directories.