添加error

This commit is contained in:
xing 2023-02-28 20:29:18 +08:00
parent e1d8c0098f
commit dd384b0169

View File

@ -29,6 +29,7 @@ type Handle struct {
Components map[string][]Components
ThemeMods wpconfig.ThemeMods
HandleFns map[int][]HandleFn[*Handle]
Error error
}
func NewHandle(c *gin.Context, scene int, theme string) *Handle {