github.com/ravendb/ravendb-go-client@v0.0.0-20240229102137-4474ee7aa0fa/i_operation.go (about)

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