10 lines
156 B
Go
10 lines
156 B
Go
package response
|
|
|
|
import (
|
|
"git.echol.cn/loser/lckt/model/system/request"
|
|
)
|
|
|
|
type PolicyPathResponse struct {
|
|
Paths []request.CasbinInfo `json:"paths"`
|
|
}
|