add public only field to the session config struct

This commit is contained in:
c9s 2020-12-21 16:33:23 +08:00
parent e41f54d57b
commit 4002ec80d6

View File

@ -54,6 +54,7 @@ type NotificationConfig struct {
type Session struct {
ExchangeName string `json:"exchange" yaml:"exchange"`
EnvVarPrefix string `json:"envVarPrefix" yaml:"envVarPrefix"`
PublicOnly bool `json:"publicOnly" yaml:"publicOnly"`
}
type Backtest struct {