Switch to storebus API

This commit is contained in:
Ian Gulliver
2022-03-22 06:02:35 +00:00
parent fa608be31f
commit 590b59998e
6 changed files with 70 additions and 194 deletions

View File

@@ -34,6 +34,10 @@ func (t *Template) GetId() string {
return t.Id
}
func (t *Template) SetId(id string) {
t.Id = id
}
func (t *Template) IsValid() bool {
return true
}