func()

in client/internal/http/http.go [50:53]


func (t *customTransport) RoundTrip(req *http.Request) (*http.Response, error) {
	req.Header.Set(userAgentHeaderKey, GetUserAgentValue())
	return t.base.RoundTrip(req)
}