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

     1  package ravendb
     2  
     3  var _ MoreLikeThisBase = &MoreLikeThisUsingDocument{}
     4  
     5  // MoreLikeThisUsingDocument represents more like this with a document
     6  type MoreLikeThisUsingDocument struct {
     7  	MoreLikeThisCommon
     8  
     9  	documentJSON string
    10  }