Skip to content

Commit 5178df0

Browse files
committed
feat: add missing docs
1 parent 427a158 commit 5178df0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

go/ql/lib/semmle/go/frameworks/GoMicro.qll

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
/**
2+
* Provides models of the [go-micro library](https://github.com/go-micro/go-micro).
3+
*/
4+
15
import go
26

7+
/**
8+
* Module for Go-Micro framework.
9+
*/
310
module GoMicro {
11+
/**
12+
* GoMicro server type.
13+
*/
414
class GoMicroServerType extends Type {
515
GoMicroServerType() { this.hasQualifiedName("go-micro.dev/v4/server", "Server") }
616
}

0 commit comments

Comments
 (0)