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