mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
first commit
This commit is contained in:
7
protocols/protocolStrategy.go
Normal file
7
protocols/protocolStrategy.go
Normal file
@ -0,0 +1,7 @@
|
||||
package protocols
|
||||
|
||||
import "beelzebub/parser"
|
||||
|
||||
type ServiceStrategy interface {
|
||||
Init(beelzebubServiceConfiguration parser.BeelzebubServiceConfiguration) error
|
||||
}
|
Reference in New Issue
Block a user