Skip to content

Commit c76e4ad

Browse files
committed
fix: Add url field to ApiSpecDoc model.
1 parent 6497dea commit c76e4ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apispecdoc/apiSpecDoc.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ type ApiSpecDoc struct {
2424

2525
//Origin file hash sum
2626
Md5Sum string
27+
28+
//Original file url
29+
Url string
2730
}
2831

2932
// Group represents some grouping rule

0 commit comments

Comments
 (0)