wormhole-explorer/event-watcher/config/structs.go

13 lines
268 B
Go
Raw Normal View History

2023-08-03 13:56:30 -07:00
package config
import (
"github.com/wormhole-foundation/wormhole-explorer/common/settings"
)
// ServiceSettings models the configuration settings for the event-watcher service.
type ServiceSettings struct {
settings.Logger
settings.MongoDB
settings.Monitoring
}