execute method to Execute
This commit is contained in:
parent
7ed4f93dc5
commit
957e6500a1
@ -4,5 +4,5 @@ package protocol
|
||||
type IProtocolReader interface {
|
||||
|
||||
// Permet de vérifier la validité d'une donnée censée suivre les règles d'un protocol
|
||||
execute(data string)
|
||||
Execute(data string)
|
||||
}
|
||||
|
@ -4,5 +4,5 @@ package protocol
|
||||
type IProtocolWriter interface {
|
||||
|
||||
// Permet de vérifier la validité d'une donnée censée suivre les règles d'un protocol
|
||||
execute(argsData []string)
|
||||
Execute(argsData []string)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user