Documentation ¶
Index ¶
Constants ¶
View Source
const ( StorageTypeAlibabaCloud = "alibabacloud" StorageTypeAWS = "aws" StorageTypeAWSDynamo = "aws-dynamo" StorageTypeAzure = "azure" StorageTypeBOS = "bos" StorageTypeBoltDB = "boltdb" StorageTypeCassandra = "cassandra" StorageTypeInMemory = "inmemory" StorageTypeBigTable = "bigtable" StorageTypeBigTableHashed = "bigtable-hashed" StorageTypeFileSystem = "filesystem" StorageTypeGCP = "gcp" StorageTypeGCPColumnKey = "gcp-columnkey" StorageTypeGCS = "gcs" StorageTypeGrpc = "grpc-store" StorageTypeLocal = "local" StorageTypeS3 = "s3" StorageTypeSwift = "swift" StorageTypeCOS = "cos" BoltDBShipperType = "boltdb-shipper" TSDBType = "tsdb" )
Variables ¶
View Source
var DeprecatedIndexTypes = []string{ StorageTypeAWS, StorageTypeAWSDynamo, StorageTypeBigTable, StorageTypeBigTableHashed, StorageTypeBoltDB, StorageTypeCassandra, StorageTypeGCP, StorageTypeGCPColumnKey, StorageTypeGrpc, }
View Source
var DeprecatedStorageTypes = []string{ StorageTypeAWSDynamo, StorageTypeBigTable, StorageTypeBigTableHashed, StorageTypeCassandra, StorageTypeGCP, StorageTypeGCPColumnKey, StorageTypeGrpc, }
View Source
var SupportedIndexTypes = []string{ BoltDBShipperType, TSDBType, }
View Source
var SupportedStorageTypes = []string{ StorageTypeFileSystem, StorageTypeAWS, StorageTypeAlibabaCloud, StorageTypeAzure, StorageTypeBOS, StorageTypeCOS, StorageTypeGCS, StorageTypeS3, StorageTypeSwift, }
View Source
var TestingStorageTypes = []string{ StorageTypeInMemory, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.