diff --git a/internal/sdk/cloudian/sdk.go b/internal/sdk/cloudian/sdk.go index 3e735f1b..52fdac41 100644 --- a/internal/sdk/cloudian/sdk.go +++ b/internal/sdk/cloudian/sdk.go @@ -41,7 +41,7 @@ type User struct { var ErrNotFound = errors.New("not found") -// WithInsecureTLSVerify skips the TLS validation of the server certificate. +// WithInsecureTLSVerify skips the TLS validation of the server certificate when `insecure` is true. func WithInsecureTLSVerify(insecure bool) func(*Client) { return func(c *Client) { c.httpClient = &http.Client{Transport: &http.Transport{