...

Package notmain

import "github.com/letsencrypt/boulder/cmd/admin-revoker"
Overview
Index

Overview ▾

Index ▾

Package files

main.go

type Config

type Config struct {
    Revoker struct {
        DB cmd.DBConfig
        // Similarly, the Revoker needs a TLSConfig to set up its GRPC client
        // certs, but doesn't get the TLS field from ServiceConfig, so declares
        // its own.
        TLS cmd.TLSConfig

        RAService *cmd.GRPCClientConfig
        SAService *cmd.GRPCClientConfig

        Features map[string]bool
    }

    Syslog cmd.SyslogConfig
}