Add Wake On Lan Feature

This commit is contained in:
ned3y2k 2022-02-27 23:51:58 +09:00
parent 7988015983
commit 9d5fc3f72b
9 changed files with 374 additions and 322 deletions

View file

@ -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
}