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

     1  package ravendb
     2  
     3  type MethodCall interface {
     4  }
     5  
     6  type MethodCallData struct {
     7  	args       []interface{}
     8  	accessPath string
     9  }