github.com/cloudwego/kitex@v0.9.0/pkg/generic/map_test/idl/mock.thrift (about) 1 namespace go thrift 2 3 struct MockReq { 4 1: string Msg, 5 2: map<string, string> strMap, 6 3: list<string> strList, 7 } 8 9 service Mock { 10 string Test(1:MockReq req) 11 }