We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bb742 commit f23a4fbCopy full SHA for f23a4fb
internal/transprocessor/model.go
@@ -1,10 +1,13 @@
1
package transprocessor
2
3
+import "github.com/PythonHacker24/linux-acl-management-backend/internal/grpcpool"
4
+
5
/*
6
transprocessor implements the transactions structure that whole project complies with
7
*/
8
9
/* permissions processor */
10
type PermProcessor struct {
11
+ gRPCPool *grpcpool.ClientPool
12
errCh chan<-error
13
}
0 commit comments