Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleConfig ¶
type ModuleConfig struct { Language string `toml:"language"` Module string `toml:"module"` Build string `toml:"build"` Deploy []string `toml:"deploy"` DeployDir string `toml:"deploy-dir"` Schema string `toml:"schema"` Watch []string `toml:"watch"` }
ModuleConfig is the configuration for an FTL module.
Module config files are currently TOML.
Click to show internal directories.
Click to hide internal directories.