Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDockerClient ¶
func NewMinioClient ¶
Types ¶
type AcmeClientBuilder ¶
type AcmeClientBuilder struct {
// contains filtered or unexported fields
}
func NewAcmeBuilder ¶
func NewAcmeBuilder(accountStorage storage.Storage) *AcmeClientBuilder
func (*AcmeClientBuilder) Build ¶
func (a *AcmeClientBuilder) Build() (*lego.Client, error)
Build is going to validate and configure accounts, please note that this will spit errors on any failure
func (*AcmeClientBuilder) ForAccount ¶
func (a *AcmeClientBuilder) ForAccount(email string) *AcmeClientBuilder
func (*AcmeClientBuilder) ForLocalDevelopment ¶
func (a *AcmeClientBuilder) ForLocalDevelopment() *AcmeClientBuilder
func (*AcmeClientBuilder) WithHTTP01Challenge ¶
func (a *AcmeClientBuilder) WithHTTP01Challenge(port string) *AcmeClientBuilder
Click to show internal directories.
Click to hide internal directories.