mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-12 18:08:16 +03:00
작업중 커밋
This commit is contained in:
parent
4be3a65691
commit
a3376d1974
10 changed files with 251 additions and 18 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue