other: 配置导表优化
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ package pce
|
||||
// Tmpl 配置结构模板接口
|
||||
type Tmpl interface {
|
||||
// Render 渲染模板
|
||||
Render(templates []*TmplStruct) (string, error)
|
||||
Render(templates ...*TmplStruct) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user