mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
format code
This commit is contained in:
parent
41883e47b6
commit
ac72eb2d64
9 changed files with 30 additions and 22 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue