Skip to main content

Module services

Module services 

Expand description

Re-export of service implementations.

Modules§

core
writer

Structs§

Azblob
Capabilities
AzblobConfig
Azure Storage Blob services support.
Fs
POSIX file system support.
FsConfig
config for file system
Gcs
Google Cloud Storage services support.
GcsConfig
Google Cloud Storage services support.
Http
HTTP Read-only service support like Nginx and Caddy.
HttpConfig
Config for Http service support.
Memory
In memory service support. (BTreeMap Based)
MemoryConfig
Config for memory.
Oss
Aliyun Object Storage Service (OSS) support
OssConfig
Config for Aliyun Object Storage Service (OSS) support.
S3
Aws S3 and compatible services (including minio, digitalocean space, Tencent Cloud Object Storage(COS) and so on) support. For more information about s3-compatible services, refer to Compatible Services.
S3Config
Config for Aws S3 and compatible services (including minio, digitalocean space, Tencent Cloud Object Storage(COS) and so on) support.

Constants§

AZBLOB_SCHEME
Default scheme for azblob service.
FILE_SCHEME
Alias scheme for fs service that follows the standard URI scheme.
FS_SCHEME
Default scheme for fs service.
GCS_SCHEME
Default scheme for gcs service.
HTTPS_SCHEME
Alias for http service scheme for https connections.
HTTP_SCHEME
Default scheme for http service.
MEMORY_SCHEME
Default scheme for memory service.
OSS_SCHEME
Default scheme for oss service.
S3_SCHEME
Default scheme for s3 service.

Functions§

register_azblob_service
Register this service into the given registry.
register_fs_service
Register this service into the given registry.
register_gcs_service
Register this service into the given registry.
register_http_service
Register this service into the given registry.
register_memory_service
Register this service into the given registry.
register_oss_service
Register this service into the given registry.
register_s3_service
Register this service into the given registry.