mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Update misc.go
This commit is contained in:
parent
eda9fe23ae
commit
1315d9f749
1 changed files with 6 additions and 0 deletions
|
@ -11,3 +11,9 @@ type BaseData struct {
|
||||||
Active string
|
Active string
|
||||||
CurrentUser string
|
CurrentUser string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ClientServerHashes struct, to save hashes to detect changes
|
||||||
|
type ClientServerHashes struct {
|
||||||
|
Client string `json:"client"`
|
||||||
|
Server string `json:"server"`
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue