Update dependencies
This commit is contained in:
parent
7ad76273c0
commit
540efa03c4
485 changed files with 57821 additions and 12429 deletions
13
vendor/github.com/go-acme/lego/registration/user.go
generated
vendored
Normal file
13
vendor/github.com/go-acme/lego/registration/user.go
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
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