Skip to content

Commit 1a74897

Browse files
authored
Merge pull request #6 from gonsuke/feature/casbin_v230
fix: json marshalling error with private members
2 parents 29f9ce9 + daa055e commit 1a74897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: watcher.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ type Watcher struct {
2727
type MSG struct {
2828
Method string
2929
ID string
30-
sec string
31-
ptype string
30+
Sec string
31+
Ptype string
3232
Params interface{}
3333
}
3434

0 commit comments

Comments
 (0)