mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-09-02 19:58:59 +00:00
add id getter for processors
This commit is contained in:
@@ -9,6 +9,10 @@ import (
|
||||
type TestProcessor struct {
|
||||
}
|
||||
|
||||
func (p *TestProcessor) Id() string {
|
||||
return "test-id"
|
||||
}
|
||||
|
||||
func (p *TestProcessor) Type() string {
|
||||
return "test"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user