max-melentyev commented on code in PR #1959:
URL:
https://github.com/apache/cassandra-gocql-driver/pull/1959#discussion_r3422653023
##########
session.go:
##########
@@ -1079,6 +1079,9 @@ type Query struct {
nowInSecondsValue *int
}
+// Binding is as function that dynamically generates query arguments.
+type Binding func(q *QueryInfo) ([]interface{}, error)
Review Comment:
updated
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]