Documentation ¶
Index ¶
- func NewConfigureLoadingContext(ctx context.Context) context.Context
- func SetGeoDataLoader(ctx context.Context, loader geodata.Loader)
- type Address
- type Buildable
- type BuildableV5
- type ConfigureLoadingEnvironment
- type ConfigureLoadingEnvironmentCapabilitySet
- type Network
- type NetworkList
- type PortList
- type PortRange
- type StringList
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Address ¶
func (*Address) Build ¶
func (v *Address) Build() *net.IPOrDomain
func (*Address) UnmarshalJSON ¶
type BuildableV5 ¶
type ConfigureLoadingEnvironment ¶
type ConfigureLoadingEnvironment interface { ConfigureLoadingEnvironmentCapabilitySet // contains filtered or unexported methods }
func GetConfigureLoadingEnvironment ¶
func GetConfigureLoadingEnvironment(ctx context.Context) ConfigureLoadingEnvironment
type NetworkList ¶
type NetworkList []Network
func (*NetworkList) Build ¶
func (v *NetworkList) Build() []net.Network
func (*NetworkList) UnmarshalJSON ¶
func (v *NetworkList) UnmarshalJSON(data []byte) error
type PortList ¶
type PortList struct {
Range []PortRange
}
func (*PortList) UnmarshalJSON ¶
UnmarshalJSON implements encoding/json.Unmarshaler.UnmarshalJSON
func (*PortList) UnmarshalText ¶
type PortRange ¶
func (*PortRange) UnmarshalJSON ¶
UnmarshalJSON implements encoding/json.Unmarshaler.UnmarshalJSON
type StringList ¶
type StringList []string
func NewStringList ¶
func NewStringList(raw []string) *StringList
func (StringList) Len ¶
func (v StringList) Len() int
func (*StringList) UnmarshalJSON ¶
func (v *StringList) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.