Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerMapping ¶
type OfflineConfig ¶ added in v0.1.1
type TerrableConfig ¶
type TerrableConfig struct { Handlers []HandlerMapping GlobalEnvironmentVariables map[string]string }
type TerrableToml ¶
type TerrableToml struct {
Offline OfflineConfig `toml:"offline"`
}
func ParseTerrableToml ¶
func ParseTerrableToml() (*TerrableToml, error)
Click to show internal directories.
Click to hide internal directories.