Skip to content

Commit

Permalink
fixed: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjashixuan committed Nov 21, 2024
1 parent e8fada0 commit 55b4207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/goai/goai_z_unit_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1200,8 +1200,8 @@ func TestOpenApiV3_PathSecurity(t *testing.T) {

type Req struct {
gmeta.Meta `method:"PUT" security:"apiKey"` // 这里的apiKey要和openApi定义的key一致
Product string `json:"product" v:"required" description:"Unique product key"`
Name string `json:"name" v:"required" description:"Instance name"`
Product string `json:"product" v:"required" description:"Unique product key"`
Name string `json:"name" v:"required" description:"Instance name"`
}
type Res struct{}

Expand Down

0 comments on commit 55b4207

Please sign in to comment.