Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultUserAgent = "" /* 420-byte string literal not displayed */ DefaultReqDataName = "\u0065\u0064\u0061\u0074\u0061" )
Variables ¶
View Source
var ( DefaultOptions = &FLibOptions{ UserAgent: DefaultUserAgent, ReqDataName: DefaultReqDataName, } )
Functions ¶
This section is empty.
Types ¶
type FLibClient ¶
type FLibClient struct { PassString string HostString string UserAgent string BaseUrl string ReqDataName string HttpClient *http.Client }
func NewFLibClient ¶
func NewFLibClient(pass string, config *FLibOptions) *FLibClient
func (*FLibClient) CollectGold ¶
func (c *FLibClient) CollectGold(opt *ReqOptions) (string, error)
func (*FLibClient) LoadFP ¶ added in v1.0.3
func (c *FLibClient) LoadFP(opt *ReqOptions) (string, error)
type FLibOptions ¶
type ReqOptions ¶
Click to show internal directories.
Click to hide internal directories.