Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoStorage ¶
type MongoStorage struct { Collection *mongo.Collection Logger *slog.Logger }
func (*MongoStorage) Exec ¶
Exec runs commands as described at https://www.mongodb.com/docs/manual/reference/command/
All commands are collection local, so you can't make cross-collection aggregation TODO: might be a good idea to allow cross-collection requests
Click to show internal directories.
Click to hide internal directories.