mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-09 17:34:25 +03:00
Add Wake On Lan Feature
This commit is contained in:
parent
7988015983
commit
9d5fc3f72b
9 changed files with 374 additions and 322 deletions
|
@ -20,4 +20,5 @@ type IStore interface {
|
|||
GetWakeOnLanHost(macAddress string) (*model.WakeOnLanHost, error)
|
||||
DeleteWakeOnHostLanHost(macAddress string) error
|
||||
SaveWakeOnLanHost(host model.WakeOnLanHost) error
|
||||
DeleteWakeOnHost(host model.WakeOnLanHost) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue