util

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finder

type Finder interface {
	GetNewestMods(game config.GameDef, lastID int) ([]*mods.Mod, error)
	GetFromID(game config.GameDef, id int) (found bool, mod *mods.Mod, err error)
}

type ModCompiler

type ModCompiler interface {
	AppendNewMods(folder string, game config.GameDef, ms []*mods.Mod) (result []*mods.Mod, err error)
	SetFinder(finder Finder)
}

func NewModCompiler

func NewModCompiler(kind mods.Kind) ModCompiler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL