Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStorageProvider ¶
func NewStorageProvider(logger *zap.Logger, conf *config.Config) (storageprovider.IStorageProvider, error)
func SetupStorageProviders ¶
func SetupStorageProviders() error
Types ¶
type Factory ¶
type Factory = func(logger *zap.Logger, conf *config.Config) (storageprovider.IStorageProvider, error)
Factory is used to register functions creating new stream storage provider instances.
func GetFactory ¶
Click to show internal directories.
Click to hide internal directories.