Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
Type() string
}
func Unwrap ¶
Unwrap config in case we are dealing with a unspecificConfig. This cludge is necessary as storage/factory has no knowledge of the inner structure of this type. Moving the factory to this package is no option as there will be a cyclic dependency of the type
storage/config -> storage (via return type) -> storage/config (via StorageProvider.Marshal)
Click to show internal directories.
Click to hide internal directories.