wireguard-dashboard/http/param/client.go

8 lines
95 B
Go
Raw Normal View History

2024-03-11 14:53:28 +08:00
package param
// ClientList
// @description: 客户端列表
type ClientList struct {
page
}