✨ init project
This commit is contained in:
9
model/system/response/sys_casbin.go
Normal file
9
model/system/response/sys_casbin.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.echol.cn/loser/lckt/model/system/request"
|
||||
)
|
||||
|
||||
type PolicyPathResponse struct {
|
||||
Paths []request.CasbinInfo `json:"paths"`
|
||||
}
|
Reference in New Issue
Block a user