Documentation ¶
Overview ¶
Package compile compiles FTL Go module source into a deployable executable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NativeNames ¶ added in v0.119.1
NativeNames is a map of top-level declarations to their native Go names.
func ExtractModuleSchema ¶
func ExtractModuleSchema(dir string) (NativeNames, *schema.Module, error)
ExtractModuleSchema statically parses Go FTL module source into a schema.Module.
Click to show internal directories.
Click to hide internal directories.