Documentation ¶
Index ¶
- func Conflicts(state *State) (result mods.Result, err error)
- func DisableMod(state *State) (result mods.Result, err error)
- func Download(state *State) (result mods.Result, err error)
- func EnableMod(state *State) (result mods.Result, err error)
- func Extract(state *State) (mods.Result, error)
- func Install(state *State) (mods.Result, error)
- func PostInstall(state *State) (mods.Result, error)
- func PreDownload(state *State) (result mods.Result, err error)
- func ShowWorkingDialog(_ *State) (mods.Result, error)
- func UninstallMove(state *State) (mods.Result, error)
- func VerifyDisable(state *State) (mods.Result, error)
- func VerifyEnable(state *State) (mods.Result, error)
- type Extracted
- type FileToInstall
- type State
- type Step
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extracted ¶
type Extracted struct { ToInstall *mods.ToInstall Files []archive.ExtractedFile // contains filtered or unexported fields }
func (*Extracted) FilesToInstall ¶
func (e *Extracted) FilesToInstall() []*FileToInstall
type FileToInstall ¶
Click to show internal directories.
Click to hide internal directories.