drop config dir

This commit is contained in:
c9s 2020-10-26 21:46:38 +08:00
parent a1eeb55778
commit 38c87bfecc
2 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,7 @@ type PnLReporterConfig struct {
// ExchangeStrategyMount wraps the SingleExchangeStrategy with the session name for mounting
type ExchangeStrategyMount struct {
// Mounts contains the session name to mount
Mounts []string
Mounts []string
// Strategy is the strategy we loaded from config
Strategy SingleExchangeStrategy
@ -188,4 +188,3 @@ func reUnmarshal(conf interface{}, tpe interface{}) (interface{}, error) {
return val.Elem().Interface(), nil
}

View File

@ -1,2 +0,0 @@
package config