repo

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

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) ([]*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