Module services
Expand description
Re-export of service implementations.
Modules§
Structs§
- Azblob
- Capabilities
- Azblob
Config - 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.
- Http
Config - Config for Http service support.
- Memory
- In memory service support. (BTreeMap Based)
- Memory
Config - 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.