github.com/altipla-consulting/ravendb-go-client@v0.1.3/aggregation_document_query.go (about)

     1  package ravendb
     2  
     3  // Note: In Java it's IAggregationDocumentQuery but in Go we use
     4  // concrete type AggregationDocumentQuery
     5  
     6  // Note: AggregationDocumentQuery is fused into AggregationQueryBase because
     7  // in Java AggregationQueryBase calls functions implemented in AggregationDocumentQuery
     8  // and that doesn't translate to Go's embedding
     9  type AggregationDocumentQuery = aggregationQueryBase