package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Feb 3, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
TypeStrings returns a slice of all String values of the enum
const (
Spirit Type = iota
Spirit2
Flam
Flam2
Octopus
Octopus2
Raccon
GoldRacoon
Cyclope
Cyclope2
)
TypeString retrieves an enum value from the enum constants string name.
Throws an error if the param is not part of the enum.
TypeValues returns all values of the enum
IsAType returns "true" if the value is listed in the enum definition. "false" otherwise
Source Files
¶
Click to show internal directories.
Click to hide internal directories.