Continued scaffolding and interface definitions
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package processor
|
||||
|
||||
type Registry struct{}
|
||||
|
||||
type Factory interface {
|
||||
New() Processor
|
||||
Type() string
|
||||
Version() string
|
||||
|
||||
TemplateFingerprint(cfg string) (string, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user