sys_casbin.go 84 B

12345
  1. package response
  2. type PolicyPathResponse struct {
  3. Paths []string `json:"paths"`
  4. }