Documentation ¶
Overview ¶
Package policytype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Geomatch = PolicyType{"geo_match"} Match = PolicyType{"match"} Range = PolicyType{"range"} )
Functions ¶
This section is empty.
Types ¶
type PolicyType ¶
type PolicyType struct {
Name string
}
func (PolicyType) MarshalText ¶
func (p PolicyType) MarshalText() (text []byte, err error)
func (PolicyType) String ¶
func (p PolicyType) String() string
func (*PolicyType) UnmarshalText ¶
func (p *PolicyType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.