Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchCreateResult ¶
type BatchCreateResult struct {
Ids []string `json:"_ids"`
}
type CountResult ¶
type CountResult struct {
Count int64 `json:"count"`
}
type RecordOnlyId ¶
type RecordOnlyId struct {
Id string `json:"_id"`
}
Click to show internal directories.
Click to hide internal directories.