github.com/altipla-consulting/ravendb-go-client@v0.1.3/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  }