mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
模块化变更
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"gin-vue-admin/model/system/request"
|
||||
)
|
||||
|
||||
type PolicyPathResponse struct {
|
||||
Paths []request.CasbinInfo `json:"paths"`
|
||||
}
|
||||
Reference in New Issue
Block a user