Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LogLevel slog.Level `env:"LOG_LEVEL,optional"`
ServiceEndpoint string `env:"HTTP_SERVICE_ENDPOINT"`
SequencerServiceEndpoint string `env:"SEQUENCER_SERVICE_ENDPOINT"`
ProverServiceEndpoint string `env:"PROVER_SERVICE_ENDPOINT"`
DatabaseDSN string `env:"DATABASE_DSN"`
PrvKey string `env:"PRIVATE_KEY,optional"`
ChainEndpoint string `env:"CHAIN_ENDPOINT,optional"`
BeginningBlockNumber uint64 `env:"BEGINNING_BLOCK_NUMBER,optional"`
TaskManagerContractAddr string `env:"TASK_MANAGER_CONTRACT_ADDRESS,optional"`
IoIDContractAddr string `env:"IOID_CONTRACT_ADDRESS,optional"`
LocalDBDir string `env:"LOCAL_DB_DIRECTORY,optional"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.