parent
aee847f018
commit
c01d965ad7
|
@ -17,8 +17,8 @@ import (
|
||||||
// Registry is a collection of Template
|
// Registry is a collection of Template
|
||||||
type Registry struct {
|
type Registry struct {
|
||||||
dir string
|
dir string
|
||||||
Sources []*Source
|
Sources []*Source `toml:"sources"`
|
||||||
Templates []*Template
|
Templates []*Template `toml:"templates"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *Registry) save() error {
|
func (r *Registry) save() error {
|
||||||
|
|
Loading…
Reference in New Issue