Documentation
¶
Overview ¶
Package config implements the unmarshalling of config files, into CT, Trillian, and database configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MetricsAddr string
ServerAddr string
CertFile string
KeyFile string
LevelDBPath string
B2AcctId string
B2AppKey string
B2Bucket string
B2Url string
LeafCacheSize int
MaxUnsequencedLeaves int64
MaxClients int
RequestTimeout time.Duration
Signer SignerConfig
LogConfigs []*configpb.LogConfig
AdminStorage storage.AdminStorage
}
Click to show internal directories.
Click to hide internal directories.