Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + type RegisterEABOptions struct + HmacEncoded string + Kid string + TermsOfServiceAgreed bool + type RegisterOptions struct + TermsOfServiceAgreed bool + type Registrar struct + func NewRegistrar(core *api.Core, user User) *Registrar + func (r *Registrar) DeleteRegistration() error + func (r *Registrar) QueryRegistration() (*Resource, error) + func (r *Registrar) Register(options RegisterOptions) (*Resource, error) + func (r *Registrar) RegisterWithExternalAccountBinding(options RegisterEABOptions) (*Resource, error) + func (r *Registrar) ResolveAccountByKey() (*Resource, error) + func (r *Registrar) UpdateRegistration(options RegisterOptions) (*Resource, error) + type Resource struct + Body acme.Account + URI string + type User interface + GetEmail func() string + GetPrivateKey func() crypto.PrivateKey + GetRegistration func() *Resource Other modules containing this package github.com/alekseiops/lego