Add secret field for transport

This commit is contained in:
Alex Lushpai 2021-11-02 11:08:50 +03:00 committed by GitHub
commit 6af8588b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.