type
DocumentEnvelope
type DocumentEnvelope[Document any] struct {
Doc Document `json:"doc"`
}One typed document.
Source protocol/envelope.go:76
DocDocument- The Doc value.
type
type DocumentEnvelope[Document any] struct {
Doc Document `json:"doc"`
}One typed document.
Source protocol/envelope.go:76
DocDocument