mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-21 15:36:01 +00:00
refactor: clean code
This commit is contained in:
@@ -75,7 +75,7 @@ func (u *acmeUser) getPrivateKeyPEM() string {
|
||||
return u.privkey
|
||||
}
|
||||
|
||||
type AcmeAccountRepository interface {
|
||||
type acmeAccountRepository interface {
|
||||
GetByCAAndEmail(ca, email string) (*domain.AcmeAccount, error)
|
||||
Save(ca, email, key string, resource *registration.Resource) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user