Documentation ¶ Index ¶ func NewStorage(ctx context.Context) core.Storage func NewStorageWithType(ctx context.Context, storageType StorageType) core.Storage type StorageType Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewStorage ¶ func NewStorage(ctx context.Context) core.Storage func NewStorageWithType ¶ func NewStorageWithType(ctx context.Context, storageType StorageType) core.Storage Types ¶ type StorageType ¶ type StorageType string const ( StorageTypeMongo StorageType = "mongodb" ) Source Files ¶ View all Source files memory_layerd.gostorage.go Directories ¶ Show internal Expand all Path Synopsis cache mongo objectstore factory fsstore mongostore s3store Click to show internal directories. Click to hide internal directories.