Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Area ¶
type Area struct { Owner string `json:"owner"` Name string `json:"name"` Parent int `json:"parent"` Pos1 *GenericPos `json:"pos1"` Pos2 *GenericPos `json:"pos2"` }
type GenericPos ¶
func (*GenericPos) UnmarshalJSON ¶
func (pos *GenericPos) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.