Versions in this module Expand all Collapse all v1 v1.0.216 Jul 5, 2024 Changes in this version + const LogTable + type AnalysisResponse struct + Data struct{ ... } + Msg string + Ret int + type AnalysisResult struct + Body []byte + Err error + Http gorequest.Response + Result AnalysisResponse + type Client struct + func NewClient(config *ClientConfig) (*Client, error) + func (c *Client) Analysis(ctx context.Context, content string) *AnalysisResult + func (c *Client) ConfigSLogClientFun(apiSLogFun golog.ApiSLogFun) + func (c *Client) DefaultHttp() + func (c *Client) SetHttp(app *gorequest.App) + type ClientConfig struct