Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemTemplate ¶
type ItemTemplate struct { //ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` TemplateID string `yaml:"templateID" json:"templateID"` Name string `json:"name"` Description string `json:"description"` ItemType items.ItemType `yaml:"itemType" json:"itemType"` ItemSlot items.ItemSlot `yaml:"itemSlot" json:"itemSlot"` Properties map[string]string `yaml:",flow" json:"properties"` Attributes map[string]string `yaml:",flow" json:"attributes"` }
ItemTemplate data
type ItemTemplateAttribute ¶
type ItemTemplateAttribute struct { //ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` Key string `yaml:"key" bson:"key" json:"key,omitempty"` Value string `yaml:"value" bson:"value" json:"value,omitempty"` Type ItemTemplatePropertyType `yaml:"type" bson:"type,omitempty" json:"type,omitempty"` }
ItemTemplateAttribute data
type ItemTemplateAttributes ¶
type ItemTemplateAttributes []ItemTemplateAttribute
ItemTemplateAttributes type
type ItemTemplateProperties ¶
type ItemTemplateProperties []ItemTemplateProperty
ItemTemplateProperties type
type ItemTemplateProperty ¶
type ItemTemplateProperty struct { // ID primitive.ObjectID `bson:"_id,omitempty" json:"id,omitempty"` Key string `yaml:"key" bson:"key" json:"key,omitempty"` Value string `yaml:"value" bson:"value" json:"value,omitempty"` Type ItemTemplatePropertyType `yaml:"type" bson:"type,omitempty" json:"type,omitempty"` }
ItemTemplateProperty data
Click to show internal directories.
Click to hide internal directories.