package watchdog

type Config struct {
	Url          string
	ClientName   string
	ClientDomain string
}