Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFromUrl ¶ added in v0.6.0
Types ¶
type Client ¶ added in v0.6.0
type Client interface { GetFromMod(in *mods.Mod) (found bool, mod *mods.Mod, err error) GetFromID(game config.GameDef, id int) (found bool, mod *mods.Mod, err error) GetFromUrl(url string) (found bool, mod *mods.Mod, err error) GetNewestMods(game config.GameDef, lastID int) (result []*mods.Mod, err error) GetMods(game config.GameDef) (result []*mods.Mod, err error) Folder(game config.GameDef) string }
func GetClients ¶ added in v0.6.0
func GetClients() []Client
func NewCurseForgeClient ¶ added in v0.6.0
func NewCurseForgeClient() Client
func NewNexusClient ¶ added in v0.6.0
func NewNexusClient() Client
Click to show internal directories.
Click to hide internal directories.