lego/acme/api/internal/sender/useragent.go

15 lines
429 B
Go
Raw Normal View History

2019-03-11 16:09:37 +00:00
package sender
2018-12-11 00:14:49 +00:00
// CODE GENERATED AUTOMATICALLY
// THIS FILE MUST NOT BE EDITED BY HAND
const (
// ourUserAgent is the User-Agent of this underlying library package.
2021-06-08 15:26:21 +00:00
ourUserAgent = "xenolf-acme/4.4.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.
2021-06-08 15:26:42 +00:00
ourUserAgentComment = "detach"
)