Documentation ¶ Index ¶ type Detail type NotExist type NullEntity type Skins Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Detail ¶ type Detail struct { Key string `json:"key"` Type string `json:"type"` ValueInt32 []int `json:"valueInt32"` } type NotExist ¶ type NotExist struct { CardID int CardName string ParentID int } type NullEntity ¶ type NullEntity struct { Id int `json:"id"` AffectorId int `json:"affectorId"` AffectedIds []int `json:"affectedIds"` Type []string `json:"type"` Details []Detail `json:"details"` AllowRedaction bool `json:"allowRedaction"` } type Skins ¶ type Skins map[int]string Source Files ¶ View all Source files not_exist.go null.go skins.go Click to show internal directories. Click to hide internal directories.