Documentation ¶
Index ¶
- Constants
- Variables
- func Debug(v ...interface{})
- func Debugf(format string, v ...interface{})
- func Debugln(v ...interface{})
- func NewSplit() split
- func PrintTitle(title string)
- type Bool
- type IfNet
- type Isp
- type Response
- type Route
- type State
- type Zone
- func (z *Zone) ActiveSince() time.Time
- func (z *Zone) Average() (time.Duration, bool)
- func (z *Zone) Gateway() string
- func (z *Zone) Host() string
- func (z *Zone) HttpRequest() bool
- func (z *Zone) InterfaceName() string
- func (z *Zone) IsDefault() bool
- func (z *Zone) Ping() error
- func (z *Zone) Ping2() error
- func (z *Zone) Route() string
- func (z *Zone) Time() []time.Duration
Constants ¶
View Source
const (
MaxResults = 10
)
Variables ¶
View Source
var DebugFlag bool = false
View Source
var (
Version string
)
Functions ¶
func PrintTitle ¶
func PrintTitle(title string)
Types ¶
type Isp ¶
type Isp struct { Query string `json:"query"` Status string `json:"status"` Continent string `json:"continent"` ContinentCode string `json:"continentCode"` Country string `json:"country"` CountryCode string `json:"countryCode"` Region string `json:"region"` RegionName string `json:"regionName"` City string `json:"city"` District string `json:"district"` Zip string `json:"zip"` Lat float64 `json:"lat"` Lon float64 `json:"lon"` Timezone string `json:"timezone"` Offset int `json:"offset"` Currency string `json:"currency"` Isp string `json:"isp"` Org string `json:"org"` As string `json:"as"` Asname string `json:"asname"` Mobile bool `json:"mobile"` Proxy bool `json:"proxy"` Hosting bool `json:"hosting"` }
type Zone ¶
type Zone struct {
// contains filtered or unexported fields
}
func (*Zone) ActiveSince ¶
func (*Zone) HttpRequest ¶
func (*Zone) InterfaceName ¶
Click to show internal directories.
Click to hide internal directories.