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

     1  package ravendb
     2  
     3  type IMoreLikeThisBuilderBase interface {
     4  	UsingAnyDocument() IMoreLikeThisOperations
     5  	UsingDocument(documentJson string) IMoreLikeThisOperations
     6  }