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 342b9b3 commit 2ee4b1fCopy full SHA for 2ee4b1f
internal/session/redisInteract.go
@@ -6,8 +6,6 @@ import (
6
"fmt"
7
"time"
8
9
- /* TODO: fix the cyclic dependencies */
10
-
11
"github.com/PythonHacker24/linux-acl-management-backend/internal/types"
12
)
13
internal/types/transaction.go
@@ -1,5 +1,11 @@
1
package types
2
3
+/*
4
+ contains shared definations where compete modulation was not possible
5
+ Eg. session and transprocesser need same transaction structure and updating seperate definations
+ needs rewriting same code multiple times.
+*/
+
/* transaction represents a permission management transaction */
type Transaction struct {
ID string
0 commit comments