Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { StorageType TcpPort string WebPort string }
type StorageType ¶
type StorageType string
const ( MongoDB StorageType = "mongodb" FileStore StorageType = "filestore" )
Click to show internal directories.
Click to hide internal directories.