package
0.0.0-20220102153205-cca5969cf853
Repository: https://github.com/dstmodders/mod-cli.git
Documentation: pkg.go.dev
# Functions
InterfaceToString returns a string representation of the provided interface.
New creates a new ModInfo instance.
NewConfigurationOptions creates a new ConfigurationOptions instance.
NewField creates a new Field instance.
NewOption creates a new Option instance.
# Structs
ConfigurationOptions represents "configuration_options" in modinfo.lua.
Field represents a single global in modinfo.lua.
ModInfo represents modinfo.lua data.
Option represents a single option for "configuration_options" in modinfo.lua.
OptionDefault represents an option default value.
# Interfaces
Controller is the interface that wraps the ModInfo methods.