add secret field for transport

This commit is contained in:
Akolzin Dmitry 2021-11-02 09:38:27 +03:00
parent cf9690e2e6
commit e81960e4c6

View File

@ -59,6 +59,7 @@ type Info struct {
Name string `yaml:"name"`
Code string `yaml:"code"`
LogoPath string `yaml:"logo_path"`
Secret string `yaml:"secret"`
}
// ConfigAWS struct.