Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(config *ConfigClient) (*Client, error)
func (*Client) Express ¶
func (c *Client) Express() *ExpressResult
Express ipv1 https://www.cloudflare.com/ips-v4
type ConfigClient ¶
type ExpressResponse ¶
type ExpressResponse struct{}
type ExpressResult ¶
type ExpressResult struct { Result ExpressResponse // 结果 Body []byte // 内容 Http gorequest.Response // 请求 Err error // 错误 }
Click to show internal directories.
Click to hide internal directories.