Migrate to go-acme/lego.
This commit is contained in:
parent
4a68d29ce2
commit
87da7520de
286 changed files with 14021 additions and 2501 deletions
13
vendor/github.com/xenolf/lego/registration/user.go
generated
vendored
13
vendor/github.com/xenolf/lego/registration/user.go
generated
vendored
|
@ -1,13 +0,0 @@
|
|||
package registration
|
||||
|
||||
import (
|
||||
"crypto"
|
||||
)
|
||||
|
||||
// User interface is to be implemented by users of this library.
|
||||
// It is used by the client type to get user specific information.
|
||||
type User interface {
|
||||
GetEmail() string
|
||||
GetRegistration() *Resource
|
||||
GetPrivateKey() crypto.PrivateKey
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue