mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
7 lines
104 B
Go
7 lines
104 B
Go
package permit_dto
|
|
|
|
type SetGrant struct {
|
|
Access string `json:"access"`
|
|
Key string `json:"key"`
|
|
}
|