Versions in this module Expand all Collapse all v0 v0.9.0 Mar 25, 2021 Changes in this version + func GetS3CLient(sdc *cells_sdk.SdkConfig, s3c *cells_sdk.S3Config) (*s3.S3, error) + func NewAuthTransport(rt http.RoundTripper, sdkConfig *cells_sdk.SdkConfig, ...) http.RoundTripper + type DefaultLogger struct + func (dl DefaultLogger) LogRequest(*http.Request) + func (dl DefaultLogger) LogResponse(req *http.Request, res *http.Response, err error, duration time.Duration) + type HTTPLogger interface + LogRequest func(*http.Request) + LogResponse func(*http.Request, *http.Response, error, time.Duration)