Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SchemaFilename []string `yaml:"schema,omitempty"` Exec PackageConfig `yaml:"exec"` Model PackageConfig `yaml:"model,omitempty"` Resolver ResolverConfig `yaml:"resolver,omitempty"` AutoBind []string `yaml:"autobind"` Server struct { Standalone bool `yaml:"standalone"` } `yaml:"server"` Sources []*ast.Source `yaml:"-"` Packages *internal.Packages `yaml:"-"` Schema *ast.Schema `yaml:"-"` Root string `yaml:"-"` DefaultModelPackage *packages.Package `yaml:"-"` ParsedTree *parser.Tree `yaml:"-"` ResolverFilename string `yaml:"-"` }
func LoadConfig ¶
LoadConfig reads the lambda.yaml config file
func (*Config) LoadSchema ¶
type PackageConfig ¶
Click to show internal directories.
Click to hide internal directories.