Documentation
¶
Index ¶
Constants ¶
View Source
const ( DB_MONGO = "mongodb" STORAGE_IPFS = "ipfs" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseConfiguration ¶
type DatabaseConfiguration struct {
DbType string
MongoConfig MongoConfiguration
}
DatabaseConfiguration, any other implementations will be added here
type IpfsConfiguration ¶ added in v0.2.5
type MongoConfiguration ¶ added in v0.2.5
type StorageConfiguration ¶
type StorageConfiguration struct {
StorageType string
StorageConfig IpfsConfiguration
}
, any other implementations will be added here
Click to show internal directories.
Click to hide internal directories.