We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427a158 commit 5178df0Copy full SHA for 5178df0
1 file changed
go/ql/lib/semmle/go/frameworks/GoMicro.qll
@@ -1,6 +1,16 @@
1
+/**
2
+ * Provides models of the [go-micro library](https://github.com/go-micro/go-micro).
3
+ */
4
+
5
import go
6
7
8
+ * Module for Go-Micro framework.
9
10
module GoMicro {
11
+ /**
12
+ * GoMicro server type.
13
14
class GoMicroServerType extends Type {
15
GoMicroServerType() { this.hasQualifiedName("go-micro.dev/v4/server", "Server") }
16
}
0 commit comments