type
BulkEnvelope
type BulkEnvelope[Document any] struct {
Docs []Document `json:"docs"`
}Documents changed by one atomic bulk operation.
Source protocol/envelope.go:81
Docs[]Document- The Docs value.
type
type BulkEnvelope[Document any] struct {
Docs []Document `json:"docs"`
}Documents changed by one atomic bulk operation.
Source protocol/envelope.go:81
Docs[]Document