MCPcopy Create free account
hub / github.com/cloudwego/dynamicgo / ExampleDynamicStruct

Struct ExampleDynamicStruct

testdata/kitex_gen/example3/example3.go:1090–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088}
1089
1090type ExampleDynamicStruct struct {
1091 Query string `thrift:"Query,1,required" json:"Query"`
1092 JSON string `thrift:"JSON,2" json:"json"`
1093 InnerStruct *InnerStruct `thrift:"InnerStruct,3" json:"inner_struct"`
1094}
1095
1096func NewExampleDynamicStruct() *ExampleDynamicStruct {
1097 return &ExampleDynamicStruct{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected