Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCreateResult ¶
type CountResult ¶
type CountResult struct { Data struct { Count int64 `bson:"count"` } `bson:"data"` }
type RawResult ¶
type RawResult struct { Data interface{} `json:"data" bson:"data"` E error `json:"-" bson:"-"` }
func (*RawResult) UnmarshalBSON ¶
Click to show internal directories.
Click to hide internal directories.