unos/watchdog-go/watchdog/config.go

8 lines
104 B
Go

package watchdog
type Config struct {
Url string
ClientName string
ClientDomain string
}