gitee.com/zhongguo168a/gocodes@v0.0.0-20230609140523-e1828349603f/datax/generate/schema_go/sample/schema_class_sub.go (about)

     1  // generate file: tag=schema_go: time=20220627 10:16:46.061
     2  package sample
     3  
     4  // imports
     5  
     6  // init
     7  
     8  // contents
     9  
    10  type Sub struct {
    11  	Sub1
    12  	Bool bool
    13  }
    14  
    15  type Sub1 struct {
    16  	Map   map[string]string
    17  	Array []string
    18  }