Remove method in IProtocol.go match and add execute
This commit is contained in:
parent
8d9fdba613
commit
12aff7bfe2
@ -6,5 +6,5 @@ type IProtocol interface {
|
||||
Create(cmd string, pattern string) IProtocol
|
||||
|
||||
// Permet de vérifier la validité d'une donnée censée suivre les règles d'un protocol
|
||||
match(data string) bool
|
||||
execute(data string)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user