mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Add comment
This commit is contained in:
parent
d19efe7103
commit
cd7a100d57
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ type SettingsImportRequest struct {
|
|||
// any settings would be replaced or deleted.
|
||||
Reset bool `json:"reset"`
|
||||
|
||||
// AllowUnknown allows the import of unknown settings.
|
||||
// Otherwise, attempting to import an unknown setting will result in an error.
|
||||
AllowUnknown bool `json:"allowUnknown"`
|
||||
|
||||
Export *SettingsExport `json:"export"`
|
||||
|
|
Loading…
Add table
Reference in a new issue