2018-08-30 09:57:59 +00:00
|
|
|
package discovery
|
|
|
|
|
|
|
|
import (
|
|
|
|
"git.loafle.net/overflow/model/config/credential"
|
|
|
|
)
|
|
|
|
|
|
|
|
type DiscoveryConfig struct {
|
2018-08-30 11:40:21 +00:00
|
|
|
Credentials credential.CredentialsMap `json:"credentials,omitempty"`
|
2018-08-30 09:57:59 +00:00
|
|
|
}
|