JM-WechatMini/model/system/response/sys_casbin.go

10 lines
140 B
Go
Raw Normal View History

2023-11-02 04:34:46 +08:00
package response
import (
"miniapp/model/system/request"
)
type PolicyPathResponse struct {
Paths []request.CasbinInfo `json:"paths"`
}