Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Division division.Division `json:"division"` ChargeGroups []charge.Group `json:"charge_groups"` FieldType Type `json:"field_type"` }
Field is the field of a coat of arms
type Type ¶
type Type struct { CenterPoint geometry.Point `json:"center_point"` ImageWidth int `json:"image_width"` ImageHeight int `json:"image_height"` MaskWidth int `json:"mask_width"` MaskHeight int `json:"mask_height"` Name string `json:"name"` MaskFileName string `json:"mask_file_name"` }
Type is a type of field
Click to show internal directories.
Click to hide internal directories.