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

     1  package ravendb
     2  
     3  var _ MoreLikeThisBase = &MoreLikeThisUsingAnyDocument{}
     4  
     5  type MoreLikeThisUsingAnyDocument struct {
     6  	MoreLikeThisCommon
     7  }
     8  
     9  func NewMoreLikeThisUsingAnyDocument() *MoreLikeThisUsingAnyDocument {
    10  	return &MoreLikeThisUsingAnyDocument{}
    11  }