mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
feat: added modules
This commit is contained in:
6
template-parser/parser.go
Normal file
6
template-parser/parser.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package parser
|
||||
|
||||
type Parser interface {
|
||||
Parse(template string) (err error)
|
||||
Render(args ...interface{}) (content string, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user