WIP: something
This commit is contained in:
9
internal/controller/controller.go
Normal file
9
internal/controller/controller.go
Normal file
@ -0,0 +1,9 @@
|
||||
package controller
|
||||
|
||||
type Client struct {}
|
||||
|
||||
func (cli *Client) Install () error {
|
||||
// Generate the package from templates
|
||||
|
||||
return nil
|
||||
}
|
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