Skip to content

Commit f23a4fb

Browse files
Added place for gRPC pool to handle all over the processor
1 parent 64bb742 commit f23a4fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/transprocessor/model.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
package transprocessor
22

3+
import "github.com/PythonHacker24/linux-acl-management-backend/internal/grpcpool"
4+
35
/*
46
transprocessor implements the transactions structure that whole project complies with
57
*/
68

79
/* permissions processor */
810
type PermProcessor struct {
11+
gRPCPool *grpcpool.ClientPool
912
errCh chan<-error
1013
}

0 commit comments

Comments
 (0)