mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-24 19:52:56 +03:00
작업중 커밋
This commit is contained in:
parent
4be3a65691
commit
a3376d1974
10 changed files with 251 additions and 18 deletions
9
model/wake_on_lan_host.go
Normal file
9
model/wake_on_lan_host.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package model
|
||||
|
||||
type WakeOnLanHost struct {
|
||||
MacAddress string `json:"MacAddress"`
|
||||
Name string `json:"Name"`
|
||||
LatestIPAddress string `json:"LatestIPAddress"`
|
||||
}
|
||||
|
||||
const WakeOnLanHostCollectionName = "wake_on_lan_hosts"
|
Loading…
Add table
Add a link
Reference in a new issue