Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerMapping ¶
type TerrableConfig ¶
type TerrableConfig struct {
Handlers []HandlerMapping
}
type TerrableToml ¶
type TerrableToml struct {
Environment map[string]interface{} `toml:"environment"`
}
func ParseTerrableToml ¶
func ParseTerrableToml(directory string) (*TerrableToml, error)
Click to show internal directories.
Click to hide internal directories.