Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GeneratedManifest ¶ added in v0.2.7
type GeneratedManifest struct {
ServiceRoot string `yaml:"service_root,omitempty"` // Service root directory
Services util.OrderedMap[string, any] `yaml:"services,omitempty"` // Services
Server map[string]any `yaml:"server,omitempty"` // Virtual hosts
Hosts []string `yaml:"hosts,omitempty"` // Hostname to IP mapping
}
Click to show internal directories.
Click to hide internal directories.