mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-14 06:54:32 +02:00
Fabric filtering and native export for CurseForge
This commit is contained in:
@@ -10,7 +10,7 @@ type Updater interface {
|
||||
ParseUpdate(map[string]interface{}) (interface{}, error)
|
||||
// CheckUpdate checks whether there is an update for each of the mods in the given slice, for the given MC version,
|
||||
// called for all of the mods that this updater handles
|
||||
CheckUpdate([]Mod, string) ([]UpdateCheck, error)
|
||||
CheckUpdate([]Mod, string, Pack) ([]UpdateCheck, error)
|
||||
// DoUpdate carries out the update previously queried in CheckUpdate, on each Mod's metadata,
|
||||
// given pointers to Mods and the value of CachedState for each mod
|
||||
DoUpdate([]*Mod, []interface{}) error
|
||||
|
Reference in New Issue
Block a user