2020-04-08 14:00:08 +08:00
|
|
|
package response
|
|
|
|
|
2021-07-16 20:08:11 +08:00
|
|
|
import (
|
2021-08-23 23:13:24 +08:00
|
|
|
"github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
|
2021-07-16 20:08:11 +08:00
|
|
|
)
|
2020-04-20 16:21:50 +08:00
|
|
|
|
2020-04-08 14:00:08 +08:00
|
|
|
type PolicyPathResponse struct {
|
2020-04-20 16:21:50 +08:00
|
|
|
Paths []request.CasbinInfo `json:"paths"`
|
2020-04-08 14:00:08 +08:00
|
|
|
}
|