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

15 lines
489 B
Go
Raw Normal View History

package sender // import "github.com/xenolf/lego/acme/api/internal/sender"
2018-12-11 01:14:49 +01:00
// CODE GENERATED AUTOMATICALLY
// THIS FILE MUST NOT BE EDITED BY HAND
const (
// ourUserAgent is the User-Agent of this underlying library package.
2019-02-08 19:35:05 +01:00
ourUserAgent = "xenolf-acme/2.2.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.
2019-02-08 19:35:36 +01:00
ourUserAgentComment = "detach"
)