enums

package
v0.0.0-...-f589a8a Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ability

type Ability string
const (
	Strength     Ability = "strength"
	Dexterity    Ability = "dexterity"
	Constitution Ability = "constitution"
	Intelligence Ability = "intelligence"
	Wisdom       Ability = "wisdom"
	Charisma     Ability = "charisma"
)

func (*Ability) IsValid

func (ability *Ability) IsValid() bool

func (*Ability) Scan

func (ability *Ability) Scan(value interface{}) error

func (*Ability) Value

func (ability *Ability) Value() (driver.Value, error)

type AbilityPair

type AbilityPair [2]Ability

func (*AbilityPair) Scan

func (pair *AbilityPair) Scan(value interface{}) error

func (AbilityPair) Value

func (pair AbilityPair) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

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