sys_casbin.go 95 B

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