6 lines
95 B
Go
6 lines
95 B
Go
package response
|
|
|
|
type PolicyPathResponse struct {
|
|
Paths []map[string]string `json:"paths"`
|
|
}
|