• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
sys_casbin.go 134 Bytes
package response

import "gin-vue-admin/model/request"

type PolicyPathResponse struct {
	Paths []request.CasbinInfo `json:"paths"`
}