RegexMatcher.go :

- Suppression HelloRule.go qui n'était pas adaptée
- Création EraseFileRule.go et implémentation de son interface IProtocol.go
 - Rename méthode RegexMatcher.go match -> Match
This commit is contained in:
2022-02-19 18:10:52 +01:00
parent 6f097e6642
commit 4c368ef551
4 changed files with 36 additions and 24 deletions

View File

@@ -1,6 +1,8 @@
package main
import "_StorBackEnd/pkg/network"
import (
"_StorBackEnd/pkg/network"
)
const (
MULTICAST_ADDRESS = "226.0.0.1:42500"