package
0.0.0-20231010112550-4073f822e007
Repository: https://github.com/atom-apps/storage.git
Documentation: pkg.go.dev
# Functions
FilesystemDriverNames returns a list of possible string values of FilesystemDriver.
FilesystemDriverValues returns a list of the values for FilesystemDriver.
No description provided by the author
No description provided by the author
ParseFilesystemDriver attempts to convert a string to a FilesystemDriver.
# Constants
FilesystemDriverAliyunOss is a FilesystemDriver of type aliyun_oss.
FilesystemDriverHuaweiOss is a FilesystemDriver of type huawei_oss.
FilesystemDriverLocal is a FilesystemDriver of type local.
FilesystemDriverTencentOss is a FilesystemDriver of type tencent_oss.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Type aliases
swagger:enum FilesystemDriver ENUM(local, aliyun_oss, tencent_oss, huawei_oss).