WIP: something
This commit is contained in:
9
internal/templater/templater.go
Normal file
9
internal/templater/templater.go
Normal file
@ -0,0 +1,9 @@
|
||||
package templater
|
||||
|
||||
// Datasource for template rendering
|
||||
type TemplateDS struct {
|
||||
}
|
||||
|
||||
func (tds *TemplateDS) Render() {
|
||||
|
||||
}
|
1
internal/templater/templater_test.go
Normal file
1
internal/templater/templater_test.go
Normal file
@ -0,0 +1 @@
|
||||
package templater_test
|
Reference in New Issue
Block a user