Ajout de la règle HelloRule.go (non-implémentée)
This commit is contained in:
parent
12aff7bfe2
commit
3715e752ba
16
pkg/protocol/rules/HelloRule.go
Normal file
16
pkg/protocol/rules/HelloRule.go
Normal file
@ -0,0 +1,16 @@
|
||||
package rules
|
||||
|
||||
import "_StorBackEnd/pkg/protocol"
|
||||
|
||||
type HelloRule struct {
|
||||
}
|
||||
|
||||
func (h HelloRule) Create(cmd string, pattern string) protocol.IProtocol {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
}
|
||||
|
||||
func (h HelloRule) execute(data string) {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
}
|
Loading…
Reference in New Issue
Block a user