Versions in this module Expand all Collapse all v0 v0.0.5 Feb 26, 2022 Changes in this version + var ErrParseIP = errors.New("parse ip error") + func IPInfo(https bool) (ipAddr string, err error) + func IPInfoByClient(c *requester.HTTPClient) (ipAddr string, err error) + func IPInfoFromNetease() (ipAddr string, err error) + func IPInfoFromNeteaseByClient(c *requester.HTTPClient) (ipAddr string, err error) + func IPInfoFromTechainBaidu() (ipAddr string, err error) + func IPInfoFromTechainBaiduByClient(c *requester.HTTPClient) (ipAddr string, err error) + type IPResNetease struct + Code int + Message string + Result string