Documentation
¶
Overview ¶
Package revaconfig contains the config for the reva service
Index ¶
- func DataProviderDrivers(cfg *config.Config) map[string]interface{}
- func Decomposed(cfg *config.Config) map[string]interface{}
- func DecomposedNoEvents(cfg *config.Config) map[string]interface{}
- func DecomposedS3(cfg *config.Config) map[string]interface{}
- func DecomposedS3NoEvents(cfg *config.Config) map[string]interface{}
- func EOS(cfg *config.Config) map[string]interface{}
- func EOSGRPC(cfg *config.Config) map[string]interface{}
- func EOSHome(cfg *config.Config) map[string]interface{}
- func Local(cfg *config.Config) map[string]interface{}
- func LocalHome(cfg *config.Config) map[string]interface{}
- func OwnCloudSQL(cfg *config.Config) map[string]interface{}
- func Posix(cfg *config.Config, enableFSScan bool) map[string]interface{}
- func S3(cfg *config.Config) map[string]interface{}
- func StorageProviderDrivers(cfg *config.Config) map[string]interface{}
- func StorageUsersConfigFromStruct(cfg *config.Config) map[string]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataProviderDrivers ¶
DataProviderDrivers are the drivers for the storage provider
func Decomposed ¶
Decomposed is the config mapping for the Decomposed storage driver
func DecomposedNoEvents ¶
DecomposedsNoEvents is the config mapping for the Decomposed storage driver emitting no events
func DecomposedS3 ¶
DecomposedS3 is the config mapping for the decomposeds3 storage driver
func DecomposedS3NoEvents ¶
DecomposedS3NoEvents is the config mapping for the decomposeds3 storage driver emitting no events
func OwnCloudSQL ¶
OwnCloudSQL is the config mapping for the OwnCloudSQL storage driver
func StorageProviderDrivers ¶
StorageProviderDrivers are the drivers for the storage provider
func StorageUsersConfigFromStruct ¶
StorageUsersConfigFromStruct will adapt an OpenCloud config struct into a reva mapstructure to start a reva service.
Types ¶
This section is empty.