Skip to content

Commit b67c0b9

Browse files
Updated error channel
1 parent dee18d7 commit b67c0b9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

internal/transprocessor/model.go

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ package transprocessor
44
transprocessor implements the transactions structure that whole project complies with
55
*/
66

7-
/* universal transaction structure */
8-
type Transaction struct {
9-
ID string
10-
/* command structure would be added later */
11-
}
12-
137
/* permissions processor */
14-
type PermProcessor struct{}
8+
type PermProcessor struct {
9+
errCh chan<-error
10+
}

0 commit comments

Comments
 (0)