Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( /* DefaultDB and DefaultCollection refere to the database and collection initiated by docker/mongo/initdb.js file */ DefaultDB = "admin-server-db" DefaultCollection = "logs" )
Functions ¶
Types ¶
type MongoStorage ¶
type MongoStorage struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.