ing
This commit is contained in:
1
modules/config/config.go
Normal file
1
modules/config/config.go
Normal file
@@ -0,0 +1 @@
|
||||
package config
|
||||
@@ -1,6 +1,5 @@
|
||||
package model
|
||||
|
||||
|
||||
type DiscoveryService struct {
|
||||
IncludeServices []string `json:"includeServices,omitempty"`
|
||||
}
|
||||
|
||||
@@ -19,4 +19,3 @@ type NoAuthProbe struct {
|
||||
Domain *domain.DomainMember `json:"domain,omitempty"`
|
||||
Probe *probe.Probe `json:"probe,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user