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