Versions in this module Expand all Collapse all v1 v1.0.3 Oct 18, 2024 v1.0.2 Oct 18, 2024 v1.0.1 Oct 17, 2024 Changes in this version + type PointVO struct + SecretKey string + X int + Y int + func NewPointVO(x int, y int) *PointVO + func (p *PointVO) SetSecretKey(secretKey string) + func (p *PointVO) UnmarshalJSON(data []byte) error