Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Title string `json:"title"` Desc string `json:"desc"` Address string `json:"address"` ReposDir string `json:"repos_dir"` CustomDir string `json:"custom_dir"` Readme []string `json:"readme"` EnableHTTPClone bool `json:"enable_http_clone"` }
TODO: Don't use JSON for configuration.
Click to show internal directories.
Click to hide internal directories.