Skip to content

Commit d262bc0

Browse files
committed
update test
Signed-off-by: Alvaro Frias Garay <[email protected]>
1 parent 6c759c5 commit d262bc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integration_test/test_data/handler/restaurants.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ func GetPogs() {}
3535
type GetPogsResponse struct {
3636
// @description Planogram details
3737
Planograms []int `json:"planograms"`
38+
Field3 Bar `json:"field3" skip:"true"`
39+
}
40+
41+
type Bar struct {
42+
// @description Bar field
43+
BarField string `json:"barField"`
3844
}
3945

4046
// make a type alias of ValidationError

0 commit comments

Comments
 (0)