package config type CDN struct { Bucket string `mapstructure:"bucket" json:"bucket" yaml:"bucket"` Op string `mapstructure:"op" json:"op" yaml:"op"` Password string `mapstructure:"password" json:"password" yaml:"password"` }