Skip to content

Commit c23d8dd

Browse files
committed
add comments on the script
Signed-off-by: Shijie Sheng <liouvetren@gmail.com>
1 parent c7070b3 commit c23d8dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/v4_entity_generator/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ package main
22

33
import "fmt"
44

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.
7+
*/
8+
59
func main() {
610
if err := NewGenerator().Generate("../../src/main/idls/thrift/shared.thrift", "../../src/gen/java", "com.uber.cadence"); err != nil {
711
panic(fmt.Sprintf("failed to generate: %v", err))

0 commit comments

Comments
 (0)