package
Version:
v0.12.0
Opens a new window with list of versions in this module.
Published: Jan 22, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func LoadConfig(path string) (*configReal, *configDemo, error)
LoadConfig return config, configDemo
type App struct {
Paths []Path `json:"paths"`
}
Read from file
type Path struct {
Internal string `json:"internal"`
External string `json:"external,omitempty"`
URL string `json:"url,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.