mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-23 19:42:57 +03:00
Added checkbox FwMark in QRCode generation (#260)
This commit is contained in:
parent
9d2dd711a1
commit
a80741e748
6 changed files with 85 additions and 30 deletions
|
@ -10,7 +10,7 @@ type IStore interface {
|
|||
GetGlobalSettings() (model.GlobalSetting, error)
|
||||
GetServer() (model.Server, error)
|
||||
GetClients(hasQRCode bool) ([]model.ClientData, error)
|
||||
GetClientByID(clientID string, hasQRCode bool) (model.ClientData, error)
|
||||
GetClientByID(clientID string, qrCode model.QRCodeSettings) (model.ClientData, error)
|
||||
SaveClient(client model.Client) error
|
||||
DeleteClient(clientID string) error
|
||||
SaveServerInterface(serverInterface model.ServerInterface) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue