mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
add tests for crypto.GenCert
This commit is contained in:
@@ -166,5 +166,7 @@ type MigrationSelectorConf struct {
|
||||
|
||||
// New initializes a new configuration
|
||||
func New() *Config {
|
||||
return &Config{}
|
||||
return &Config{
|
||||
HTTP: HTTP{},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user