Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitOptions ¶
type GitOptions struct { // Bare is equivalent to `--bare` from git with additional // quality-of-life improvements. Bare bool `toml:"bare"` }
type Options ¶
type Options struct { // GiorPath is the root path where all repositories are cloned // to. For example, the repo example.com/foobar would cloned to the // path <GiorPath>/example.com/foobar. GiorPath string `toml:"gior-path"` Git GitOptions `toml:"git"` }
Options is the top-level struct that holds all configuration that will be parsed from the configuration file.
func DefaultOptions ¶
func DefaultOptions() Options
Click to show internal directories.
Click to hide internal directories.