Documentation ¶
Overview ¶
Package geovalidationmethod
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Coerce = GeoValidationMethod{"coerce"} Ignoremalformed = GeoValidationMethod{"ignore_malformed"} Strict = GeoValidationMethod{"strict"} )
Functions ¶
This section is empty.
Types ¶
type GeoValidationMethod ¶
type GeoValidationMethod struct {
Name string
}
func (GeoValidationMethod) MarshalText ¶
func (g GeoValidationMethod) MarshalText() (text []byte, err error)
func (GeoValidationMethod) String ¶
func (g GeoValidationMethod) String() string
func (*GeoValidationMethod) UnmarshalText ¶
func (g *GeoValidationMethod) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.