You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/v4_entity_generator/main.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@ package main
2
2
3
3
import"fmt"
4
4
5
+
/*
6
+
This script is used to generate the java entities from the thrift files. We will eventually remove this script and maintain entities without using thrift.
0 commit comments