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

     1  package ravendb
     2  
     3  type tcpNegotiateParameters struct {
     4  	operation          operationTypes
     5  	version            int
     6  	database           string
     7  	sourceNodeTag      string
     8  	destinationNodeTag string
     9  	destinationUrl     string
    10  
    11  	readResponseAndGetVersionCallback func(string) int
    12  }