Skip to content

Commit

Permalink
fix Template type
Browse files Browse the repository at this point in the history
  • Loading branch information
hkobayash committed Dec 1, 2023
1 parent 83808cb commit a2fbd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ type Template struct {
Name string `json:"name,omitempty"`
Groups HostGroupIDs `json:"groups"`
UserMacros Macros `json:"macros,omitempty"`
LinkedTemplates Templates `json:"templates,omitempty"`
TemplatesClear Templates `json:"templates_clear,omitempty"`
LinkedTemplates TemplateIDs `json:"templates,omitempty"`
TemplatesClear TemplateIDs `json:"templates_clear,omitempty"`
LinkedHosts Hosts `json:"hosts,omitempty"`
}

Expand Down

0 comments on commit a2fbd82

Please sign in to comment.