repo

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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearCache added in v1.0.3

func ClearCache()

func Dirs added in v0.6.0

func Dirs(k UseKind) (dirs []string)

func Initialize

func Initialize() (err error)

Types

type Committer

type Committer interface {
	Submit() (url string, err error)
}

func NewCommitter

func NewCommitter(mod *mods.Mod) Committer

type Getter

type Getter interface {
	GetMod(*mods.Mod) (*mods.Mod, error)
	GetMods(game config.GameDef, clearCache bool) ([]*mods.Mod, error)
	GetUtilities() ([]*mods.Mod, error)
	Pull() error
	// contains filtered or unexported methods
}

func NewGetter

func NewGetter(kind UseKind) Getter

type UseKind added in v0.6.0

type UseKind byte
const (
	Author UseKind
	Read
)

Jump to

Keyboard shortcuts

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