wormhole-explorer/core-contract-watcher/config/structs.go

13 lines
276 B
Go
Raw Normal View History

2023-06-12 13:06:59 -07:00
package config
import (
"github.com/wormhole-foundation/wormhole-explorer/common/settings"
)
// ServiceSettings models the configuration settings for the core-contract-watcher service.
type ServiceSettings struct {
settings.Logger
settings.MongoDB
2023-06-13 13:41:59 -07:00
settings.Monitoring
2023-06-12 13:06:59 -07:00
}