Ajout de IProtocolReader.go IProtocolReader.go à la place de IProtocol.go ainsi que les dossiers appropriés pour chaque type de règle
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package rules
|
||||
package readers
|
||||
|
||||
import "_StorBackEnd/pkg/protocol"
|
||||
|
||||
// EraseFileRule Demande de suppression d'un fichier
|
||||
type EraseFileRule struct {
|
||||
protocol.IProtocol
|
||||
protocol.IProtocolReader
|
||||
// Cmd Nom de la règle
|
||||
Cmd string
|
||||
|
||||
1
pkg/protocol/rules/writers/HelloRule.go
Normal file
1
pkg/protocol/rules/writers/HelloRule.go
Normal file
@@ -0,0 +1 @@
|
||||
package writers
|
||||
Reference in New Issue
Block a user