Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Remote []string `yaml:"remote"` Local []string `yaml:"local"` Port int `yaml:"port"` TmpDir string `yaml:"tmpDir"` Template string `yaml:"template"` }
Config represents the grabbers settings. Example yaml:
# your remote git repos, which will be pulled remote: - https://github.com/worldiety/wikigrabber - https://github.com/worldiety/goup # your local folders, which are just interpreted as-is local: - /Users/user/home/git/my/project # either an https git link or a local folder which contains the template files template: # the local server to launch and serve the merged results from port: 8080
Click to show internal directories.
Click to hide internal directories.