We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46810ca commit de72085Copy full SHA for de72085
1 file changed
discovery/protoext/querytype.go
@@ -19,7 +19,7 @@ const (
19
LocalMembershipQueryType
20
)
21
22
-// GetType returns the type of the request
+// GetQueryType returns the type of the request
23
func GetQueryType(q *discovery.Query) QueryType {
24
switch {
25
case q.GetCcQuery() != nil:
0 commit comments