format code

This commit is contained in:
6543 2022-03-27 19:36:34 +02:00
parent 41883e47b6
commit ac72eb2d64
9 changed files with 30 additions and 22 deletions

View file

@ -19,9 +19,11 @@ var _ registration.User = &AcmeAccount{}
func (u *AcmeAccount) GetEmail() string {
return u.Email
}
func (u AcmeAccount) GetRegistration() *registration.Resource {
return u.Registration
}
func (u *AcmeAccount) GetPrivateKey() crypto.PrivateKey {
return u.Key
}