Skip to content

Commit

Permalink
fix: hertz template error
Browse files Browse the repository at this point in the history
  • Loading branch information
FGYFFFF committed Apr 10, 2024
1 parent d2cf30f commit 552e5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ type FilePathRenderInfo struct {
GoModule string // go module
ServiceName string // service name, changed as services are traversed
MethodName string // method name, changed as methods are traversed
HandlerGenPath string // "api.gen_path" value
HandlerGenPath string // "api.handler_path" value
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ layouts:
GoModule string // go module
ServiceName string // service name, changed as services are traversed
MethodName string // method name, changed as methods are traversed
HandlerGenPath string // "api.gen_path" value
HandlerGenPath string // "api.handler_path" value
}
```

Expand Down

0 comments on commit 552e5a8

Please sign in to comment.