Documentation
¶
Overview ¶
Package netip adapts Go's net/netip value types to Goblin.
Index ¶
- func Execute() (object.Object, error)
- type Addr
- func (a *Addr) Attributes() []string
- func (a *Addr) Compare(other object.Object) (int, error)
- func (a *Addr) Equals(other object.Object) (bool, error)
- func (a *Addr) GetAttr(name string) (object.Object, error)
- func (a *Addr) Not() (object.Object, error)
- func (a *Addr) String() string
- func (a *Addr) ToBool() (bool, error)
- func (a *Addr) ToString() (string, error)
- type Prefix
- func (p *Prefix) Attributes() []string
- func (p *Prefix) Equals(other object.Object) (bool, error)
- func (p *Prefix) GetAttr(name string) (object.Object, error)
- func (p *Prefix) Not() (object.Object, error)
- func (p *Prefix) String() string
- func (p *Prefix) ToBool() (bool, error)
- func (p *Prefix) ToString() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Addr ¶
type Addr struct {
object.OpaqueBase
// contains filtered or unexported fields
}
func (*Addr) Attributes ¶
type Prefix ¶
type Prefix struct {
object.OpaqueBase
// contains filtered or unexported fields
}
func (*Prefix) Attributes ¶
Click to show internal directories.
Click to hide internal directories.