mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Update store.go
This commit is contained in:
parent
10c034f5c7
commit
4917cab857
1 changed files with 3 additions and 0 deletions
|
@ -22,4 +22,7 @@ type IStore interface {
|
||||||
DeleteWakeOnHostLanHost(macAddress string) error
|
DeleteWakeOnHostLanHost(macAddress string) error
|
||||||
SaveWakeOnLanHost(host model.WakeOnLanHost) error
|
SaveWakeOnLanHost(host model.WakeOnLanHost) error
|
||||||
DeleteWakeOnHost(host model.WakeOnLanHost) error
|
DeleteWakeOnHost(host model.WakeOnLanHost) error
|
||||||
|
GetPath() string
|
||||||
|
SaveHashes(hashes model.ClientServerHashes) error
|
||||||
|
GetHashes() (model.ClientServerHashes, error)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue