Skip to content

Commit

Permalink
Merge d8d31a5 into 92ca8af
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarriz committed Oct 12, 2018
2 parents 92ca8af + d8d31a5 commit 06cd8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ import (

"github.com/casbin/casbin/model"
"github.com/casbin/casbin/persist"
"github.com/garyburd/redigo/redis"
"github.com/gomodule/redigo/redis"
)

// CasbinRule is used to determine which policy line to load.
type CasbinRule struct {
PType string `xorm:"varchar(100) index"`
V0 string `xorm:"varchar(100) index"`
Expand Down

0 comments on commit 06cd8de

Please sign in to comment.