finalisasi view multi

This commit is contained in:
sindhu
2024-05-17 13:45:25 +07:00
parent ee42ee0a82
commit 6191f1ccaa
6 changed files with 206 additions and 0 deletions

6
models/xtempl.models.go Normal file
View File

@@ -0,0 +1,6 @@
package models
type XtemplModel struct {
NameTempl string `json:"nametempl"`
HtmlString string `json:"htmlString"`
}