sys_casbin.go 159 B

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