sys_casbin.go 146 B

123456789
  1. package response
  2. import (
  3. "lc-fangdaosha/model/system/request"
  4. )
  5. type PolicyPathResponse struct {
  6. Paths []request.CasbinInfo `json:"paths"`
  7. }