Ajout d'un manager de request, qui reçoit les commandes et renvoient une réponse
This commit is contained in:
10
pkg/protocol/RequestManager.go
Normal file
10
pkg/protocol/RequestManager.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package protocol
|
||||
|
||||
type RequestManager struct {
|
||||
}
|
||||
|
||||
func (receiver RequestManager) Execute(request string) {
|
||||
// On lis ce que l'on reçoit
|
||||
|
||||
// On renvoie la réponse (Comment pour fichier ?)
|
||||
}
|
||||
Reference in New Issue
Block a user