Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Mod ¶
type Mod struct {
Name string `json:"name" toml:"name"`
Alias string `json:"alias" toml:"alias"`
Type string `json:"type" toml:"type"`
Version string `json:"version" toml:"version"`
Main string `json:"main" toml:"main"`
Dir string `json:"dir" toml:"dir"`
Output string `json:"output" toml:"output"`
Flags []string `json:"flags" toml:"flags"`
}
Click to show internal directories.
Click to hide internal directories.