MCPcopy
hub / github.com/caddyserver/certmagic / buildUAString

Function buildUAString

acmeclient.go:354–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352}
353
354func buildUAString() string {
355 ua := "CertMagic"
356 if UserAgent != "" {
357 ua = UserAgent + " " + ua
358 }
359 return ua
360}
361
362// RenewalInfoGetter is a type that can get ACME Renewal Information (ARI).
363// Users of this package that wrap the ACMEIssuer or use any other issuer

Callers 1

newBasicACMEClientMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…