작업중 커밋

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

@ -16,4 +16,6 @@ type IStore interface {
SaveServerInterface(serverInterface model.ServerInterface) error
SaveServerKeyPair(serverKeyPair model.ServerKeypair) error
SaveGlobalSettings(globalSettings model.GlobalSetting) error
// FIXME 완성되면 이 주석을 지워라
GetWakeOnLanHosts() ([]model.WakeOnLanHost, error)
}