mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
8 lines
161 B
Go
8 lines
161 B
Go
![]() |
package protocols
|
||
|
|
||
|
import "beelzebub/parser"
|
||
|
|
||
|
type ServiceStrategy interface {
|
||
|
Init(beelzebubServiceConfiguration parser.BeelzebubServiceConfiguration) error
|
||
|
}
|