Initial Bus implementation
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package main
|
||||
|
||||
type Template struct {
|
||||
Id string
|
||||
Test string
|
||||
Id string
|
||||
Test string
|
||||
}
|
||||
|
||||
func (t *Template) GetType() string {
|
||||
return "template"
|
||||
return "template"
|
||||
}
|
||||
|
||||
func (t *Template) GetId() string {
|
||||
return t.Id
|
||||
return t.Id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user