We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5726a49 + 2213ead commit b02fad9Copy full SHA for b02fad9
ovsdb/client.go
@@ -31,6 +31,11 @@ import (
31
32
// A Client is an OVSDB client. Clients can be customized by using OptionFuncs
33
// in the Dial and New functions.
34
+//
35
+// All methods on the Client that accept a context.Context can use the context
36
+// to cancel or time out requests. Some methods may use the context for advanced
37
+// use cases. If this is the case, the documentation for the method will explain
38
+// these use cases.
39
type Client struct {
40
// NB: must 64-bit align these atomic integers, so they should appear first
41
// in the Client structure.
0 commit comments