lego/acme/api/internal/sender/useragent.go
Fernandez Ludovic ec8306f4b5 Detach v4.15.0
2024-01-28 18:02:59 +01:00

15 lines
430 B
Go

package sender
// CODE GENERATED AUTOMATICALLY
// THIS FILE MUST NOT BE EDITED BY HAND
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.15.0"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
)