MCPcopy Create free account
hub / github.com/google/go-cloud / userAgentString

Function userAgentString

internal/useragent/useragent.go:48–50  ·  view source on GitHub ↗
(api string)

Source from the content-addressed store, hash-verified

46}
47
48func userAgentString(api string) string {
49 return fmt.Sprintf("%s/%s/%s", prefix, api, version)
50}
51
52// userAgentTransport wraps an http.RoundTripper, adding a User-Agent header
53// to each request.

Callers 4

ClientOptionFunction · 0.85
GRPCDialOptionFunction · 0.85
AzureUserAgentPrefixFunction · 0.85
RoundTripMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected