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

     1  package ravendb
     2  
     3  type IOperation interface {
     4  	GetCommand(store *DocumentStore, conventions *DocumentConventions, cache *httpCache) (RavenCommand, error)
     5  }