mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
8 lines
152 B
Go
8 lines
152 B
Go
package response
|
|
|
|
type AccessSiteList struct {
|
|
Id string `json:"id"`
|
|
SiteName string `json:"siteName"`
|
|
Domain []string `json:"domain"`
|
|
}
|