Documentation
¶
Index ¶
Constants ¶
View Source
const FileName = "gossr.yaml"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Dir string `yaml:"-"` Prod bool `yaml:"-"` WebDir string `yaml:"webDir"` // Directory containing SSR handlers and templates WebPackage string `yaml:"webPackage"` // Full path to the web package GoRunArgs string `yaml:"goRunArgs"` // Arguments for `go run` Env map[string]string `yaml:"env"` // Environment variables GenDataProviders bool `yaml:"genDataProviders"` // Enable basic DataProviders implementation generation (experimental) }
Click to show internal directories.
Click to hide internal directories.