Skip to content

Commit 18450ec

Browse files
ilackarmsjmhbh
authored andcommitted
fix template
Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
1 parent c68bee2 commit 18450ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/frameworks/golang/templates/tools/tool.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type {{.ClassName}}Params struct {
2323
}
2424

2525
type {{.ClassName}}Result struct {
26-
Result string `json:"message" description:"The result of calling {{.ClassName}}."`
26+
Result string `json:"result" description:"The result of calling {{.ClassName}}."`
2727
}
2828

2929
// your logic goes here

0 commit comments

Comments
 (0)