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 }