Skip to content

Commit 2ee4b1f

Browse files
Added comments for reference
1 parent 342b9b3 commit 2ee4b1f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

internal/session/redisInteract.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import (
66
"fmt"
77
"time"
88

9-
/* TODO: fix the cyclic dependencies */
10-
119
"github.com/PythonHacker24/linux-acl-management-backend/internal/types"
1210
)
1311

internal/types/transaction.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
package types
22

3+
/*
4+
contains shared definations where compete modulation was not possible
5+
Eg. session and transprocesser need same transaction structure and updating seperate definations
6+
needs rewriting same code multiple times.
7+
*/
8+
39
/* transaction represents a permission management transaction */
410
type Transaction struct {
511
ID string

0 commit comments

Comments
 (0)