Documentation
¶
Overview ¶
Package consts @Link https://gitee.com/linngc/central-mirror @Copyright Copyright (c) 2022 central CLI @Author linngc @License
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ContentTypeJSON = "application/json" ContentTypeText = "text/plain; charset=UTF-8" ContentTypeBinary = "application/octet-stream" ContentTypeZip = "application/zip" CacheControl = "must-revalidate, no-cache, no-store" )
View Source
var ( EmbedFsStr = "central.cos.embedFs" //本地 embedFs 存储文件 LeveldbStr = "central.cos.leveldb" //持久化 leveldb 存储 MinioStr = "central.cos.minio" //持久化 minio 存储 QiniuStr = "central.cos.qiniu" //持久化 tencent 存储 TencentStr = "central.cos.tencent" //持久化 tencent 存储 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.