Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ct ¶
type Ct struct {
// Fail on non critical errors (default: false)
Strict bool `json:"strict,omitempty"`
// Only transpile specific MIME types (default: all)
MIMETypes []string `json:"mime_types,omitempty"`
// Only for dynamic data must be one of supported types by ct (default: none)
Platform string `json:"platform,omitempty"`
// contains filtered or unexported fields
}
Ct allows to transpile YAML based configuration into a JSON ignition to be used with Flatcar or Fedora CoreOS.
func (Ct) CaddyModule ¶
func (Ct) CaddyModule() caddy.ModuleInfo
Click to show internal directories.
Click to hide internal directories.