wireguard-dashboard/http/param/client.go
2024-03-11 14:53:28 +08:00

8 lines
95 B
Go

package param
// ClientList
// @description: 客户端列表
type ClientList struct {
page
}