Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Groups = []Group{ CharacterSheets, CharacterTemplates, Campaigns, Editors, Images, Libraries, Markdown, PDFs, Settings, SubEditors, }
Groups holds all possible values.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group byte
Group holds the set of dockable groupings.
const ( CharacterSheets Group = iota CharacterTemplates Campaigns Editors Images Libraries Markdown PDFs Settings SubEditors )
Possible values.
const LastGroup Group = SubEditors
LastGroup is the last valid value.
func ExtractGroup ¶
ExtractGroup extracts the value from a string.
func (Group) EnsureValid ¶
EnsureValid ensures this is of a known value.
func (Group) MarshalText ¶
MarshalText implements the encoding.TextMarshaler interface.
func (*Group) UnmarshalText ¶
UnmarshalText implements the encoding.TextUnmarshaler interface.
Click to show internal directories.
Click to hide internal directories.