Versions in this module Expand all Collapse all v1 v1.0.216 Jul 5, 2024 Changes in this version + const LogTable + type AnalysisV1Response struct + AwemeDetail struct{ ... } + LogPb struct{ ... } + StatusCode int + type AnalysisV1Result struct + Body []byte + Http gorequest.Response + Result AnalysisV1Response + type AnalysisV2Response struct + Extra struct{ ... } + FilterList []interface{} + ItemList []struct{ ... } + StatusCode int + type AnalysisV2Result struct + Body []byte + Http gorequest.Response + Result AnalysisV2Response + type Client struct + func NewClient() (*Client, error) + func (c *Client) AnalysisV1(ctx context.Context, content string) (*AnalysisV1Result, error) + func (c *Client) AnalysisV2(ctx context.Context, content string) (*AnalysisV2Result, error) + func (c *Client) ConfigSLogClientFun(apiSLogFun golog.ApiSLogFun) + func (c *Client) DefaultHttp() + func (c *Client) SetHttp(app *gorequest.App)