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

     1  package ravendb
     2  
     3  type tcpConnectionHeaderResponse struct {
     4  	Status  tcpConnectionStatus `json:"Status"`
     5  	Message string              `json:"Message"`
     6  	Version int                 `json:"Version"`
     7  }