execute method to Execute
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user