작업중 커밋

This commit is contained in:
Kyeongdae Moon 2022-02-19 17:51:41 +09:00
parent 4be3a65691
commit a3376d1974
10 changed files with 251 additions and 18 deletions

View 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"