{"in":{"data":"// Product contains information about one product\ntype Product struct\n    ID  int64   id\n    Name    string  name\n    Info    string  info,omitempty\n    Price   float64 price\n","type":"file"},"out":{"data":"// Product contains information about one product\ntype Product struct {\n    ID  int64   `json:\"id\"`\n    Name    string  `json:\"name\"`\n    Info    string  `json:\"info,omitempty\"`\n    Price   float64 `json:\"price\"`\n}\n","type":"file"},"client":"0.5.0"}