Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Log log.Config Addr string `envconfig:"ADDR" default:"0.0.0.0:10443"` FQDN string `envconfig:"FQDN" default:"acme.ca.ocf.cloud"` Domains []string `envconfig:"DOMAINS"` AcmeDBDir string `envconfig:"ACME_DB_DIR"` SignerCertificate string `envconfig:"SIGNER_CERTIFICATE"` SignerPrivateKey string `envconfig:"SIGNER_PRIVATE_KEY"` SignerValidDuration time.Duration `envconfig:"SIGNER_VALID_DURATION" default:"87600h"` }
type RefImpl ¶
type RefImpl struct {
// contains filtered or unexported fields
}
func NewRefImplFromConfig ¶
NewRefImplFromConfig creates RegisterGrpcGatewayServer with all dependencies.
Click to show internal directories.
Click to hide internal directories.