Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterStorageConfig ¶
RegisterStorageConfig registers an *objectstorage.Config with the injector, extracted from the parent *Config. Prerequisite: *Config must be registered in the injector before calling this.
Types ¶
type Config ¶
type Config struct {
Storage objectstorage.Config `envPrefix:"STORAGE_" json:"storageConfig" yaml:"storageConfig"`
Debug bool `env:"DEBUG" json:"debug" yaml:"debug"`
// contains filtered or unexported fields
}
Config contains settings for the uploads object storage.
Click to show internal directories.
Click to hide internal directories.