Code

client: Added support for querying the server version.
[sysdb/go.git] / proto / proto.go
index 5e93e472adbdb53c50c9bb0b10061dfeabec2419..a58725d6f81a6c7ad451390974e311b63a08b0f7 100644 (file)
@@ -84,6 +84,9 @@ const (
        ConnectionMatcher = Status(100)
        // ConnectionExpr is the internal state for parsing expressions.
        ConnectionExpr = Status(101)
+
+       // ConnectionServerVersion is the state requesting the server version.
+       ConnectionServerVersion = Status(1000)
 )
 
 // The DataType describes the type of data in a ConnectionData message.