add template path in json output

dev
shubhamrasal 2022-12-27 20:02:48 +05:30
parent def88ba119
commit 1df878fdd2
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ type ResultEvent struct {
// TemplateID is the ID of the template for the result.
TemplateID string `json:"template-id"`
// TemplatePath is the path of template
TemplatePath string `json:"-"`
TemplatePath string `json:"template-path,omitempty"`
// Info contains information block of the template for the result.
Info model.Info `json:"info,inline"`
// MatcherName is the name of the matcher matched if any.