Versions in this module Expand all Collapse all v1 v1.13.1 May 22, 2016 Changes in this version + type AddressSubject struct + func Address(value v2net.Address) *AddressSubject + func (subject *AddressSubject) DisplayString() string + func (subject *AddressSubject) Equals(another v2net.Address) + func (subject *AddressSubject) IsDomain() + func (subject *AddressSubject) IsIPv4() + func (subject *AddressSubject) IsIPv6() + func (subject *AddressSubject) IsNotDomain() + func (subject *AddressSubject) IsNotIPv4() + func (subject *AddressSubject) IsNotIPv6() + func (subject *AddressSubject) Named(name string) *AddressSubject + type DestinationSubject struct + func Destination(value v2net.Destination) *DestinationSubject + func (this *DestinationSubject) DisplayString() string + func (this *DestinationSubject) IsNotTCP() + func (this *DestinationSubject) IsNotUDP() + func (this *DestinationSubject) IsTCP() + func (this *DestinationSubject) IsUDP() + func (this *DestinationSubject) Named(name string) *DestinationSubject + type IPSubject struct + func IP(value net.IP) *IPSubject + func (subject *IPSubject) DisplayString() string + func (subject *IPSubject) Equals(ip net.IP) + func (subject *IPSubject) IsNil() + func (subject *IPSubject) Named(name string) *IPSubject + type PortSubject struct + func Port(value v2net.Port) *PortSubject + func (subject *PortSubject) DisplayString() string + func (subject *PortSubject) Equals(expectation v2net.Port) + func (subject *PortSubject) GreaterThan(expectation v2net.Port) + func (subject *PortSubject) IsValid() + func (subject *PortSubject) LessThan(expectation v2net.Port) + func (subject *PortSubject) Named(name string) *PortSubject