preset

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package preset provides a parser for Arma 3 preset files.

Index

Constants

View Source
const PRESET_HTML = `` /* 8131-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type Parser

type Parser interface {
	Parse(io.Reader) (*Preset, error)
}

func New

func New() Parser

type Preset

type Preset struct {
	Name string
	Mods []string
}

func (*Preset) Parse

func (p *Preset) Parse(r io.Reader) (*Preset, error)

Jump to

Keyboard shortcuts

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