Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoConfig ¶ added in v0.96.0
type GoConfig struct { }
GoConfig is language-specific configuration for Go modules.
type KotlinConfig ¶ added in v0.96.0
type KotlinConfig struct { }
KotlinConfig is language-specific configuration for Kotlin modules.
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"` Go GoConfig `toml:"go,optional"` Kotlin KotlinConfig `toml:"kotlin,optional"` }
ModuleConfig is the configuration for an FTL module.
Module config files are currently TOML.
Click to show internal directories.
Click to hide internal directories.