Documentation
¶
Index ¶
- func CleanDir(outputDir string, extension string) error
- func LoadEndpointFiles(InputDir string) (map[string]EndpointFile, error)
- func ProcessDir(templatePath string, outputDir string, extension string, ...) error
- func ProcessFile(templatePath string, outputFile string, endpoints map[string]EndpointFile, ...) error
- func Run(cmd *exec.Cmd) error
- func RunWithCallback(cmd *exec.Cmd, callback func() error) error
- type ClientDef
- type EndpointDef
- type EndpointFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEndpointFiles ¶
func LoadEndpointFiles(InputDir string) (map[string]EndpointFile, error)
func ProcessDir ¶
func ProcessDir( templatePath string, outputDir string, extension string, endpoints map[string]EndpointFile, filter func(endpoint EndpointDef) bool) error
func ProcessFile ¶
func ProcessFile( templatePath string, outputFile string, endpoints map[string]EndpointFile, filter func(endpoint EndpointDef) bool) error
Types ¶
type EndpointDef ¶
type EndpointDef struct { Version string Domain string URL string Protocol string Aliases []string Admin string Port int16 Clients []ClientDef KeyAuth bool }
EndpointDef holds the definition of the endpoint
type EndpointFile ¶
type EndpointFile struct { Fullpath string Endpoint EndpointDef Name string }
EndpointFile holds information about a Endpoint and the file that contained that information
Click to show internal directories.
Click to hide internal directories.