ing
This commit is contained in:
parent
9bc4c88c22
commit
2095385d61
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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user