Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EoteDie ¶
type EoteResult ¶
func (EoteResult) Int ¶
func (r EoteResult) Int() int
func (EoteResult) String ¶
func (r EoteResult) String() string
type EoteRoller ¶
type EoteRoller struct{}
func (EoteRoller) Pattern ¶
func (EoteRoller) Pattern() *regexp.Regexp
func (EoteRoller) Roll ¶
func (EoteRoller) Roll(matches []string) (RollResult, error)
type FudgeResult ¶
func (FudgeResult) Int ¶
func (r FudgeResult) Int() int
func (FudgeResult) String ¶
func (r FudgeResult) String() string
type FudgeRoller ¶
type FudgeRoller struct{}
func (FudgeRoller) Pattern ¶
func (FudgeRoller) Pattern() *regexp.Regexp
func (FudgeRoller) Roll ¶
func (FudgeRoller) Roll(matches []string) (RollResult, error)
type StdResult ¶
type StdRoller ¶
type StdRoller struct{}
func (StdRoller) Roll ¶
func (StdRoller) Roll(matches []string) (RollResult, error)
type VsResult ¶
Click to show internal directories.
Click to hide internal directories.