Documentation ¶
Index ¶
Constants ¶
View Source
const ( BaseImageName = "docker.io/iansmith/parigot-koyeb-0.3" MaxTarEntrySize = 1024 * 1024 * 256 Verbose = false )
Variables ¶
View Source
var Caddyfile []byte
View Source
var Dockerfile []byte
Functions ¶
Types ¶
type ErrorDetail ¶
type ErrorDetail struct {
Message string `json:"message"`
}
type ErrorLine ¶
type ErrorLine struct { ErrorBase string `json:"error"` ErrorDetail ErrorDetail `json:"errorDetail"` }
Click to show internal directories.
Click to hide internal directories.