manifest

package
v0.0.0-...-64e9c5a Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateManifest

func GenerateManifest(dataDir string, loadOrder []string)

Types

type Manifest

type Manifest struct {
	VersionMajor int           `json:"versionMajor"`
	LoadOrder    []string      `json:"loadOrder"`
	Mods         []ManifestMod `json:"mods"`
}

type ManifestMod

type ManifestMod struct {
	Crc32    int32  `json:"crc32"`
	Filename string `json:"filename"`
	Size     int    `json:"size"`
}

Jump to

Keyboard shortcuts

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