Skip to content

Commit

Permalink
fix: coment
Browse files Browse the repository at this point in the history
  • Loading branch information
FGYFFFF committed Sep 1, 2023
1 parent 19e6e5f commit beb45a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hz/generator/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type HttpMethod struct {
RefPackage string // handler import dir
RefPackageAlias string // handler import alias
ModelPackage map[string]string
GenHandler bool // Whether to generate a handler, when an idl interface corresponds to multiple http method
GenHandler bool // Whether to generate one handler, when an idl interface corresponds to multiple http method
// Annotations map[string]string
Models map[string]*model.Model
}
Expand Down

0 comments on commit beb45a7

Please sign in to comment.