mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
fix(config): integrate SyncNodeIds and SyncOverwrite into Config struct
This commit is contained in:
parent
3502227510
commit
b84c444c55
3 changed files with 13 additions and 17 deletions
|
@ -28,4 +28,6 @@ type Config struct {
|
|||
Status ConfigStatus `json:"status"`
|
||||
Dir string `json:"dir"`
|
||||
Urls []string `json:"urls,omitempty"`
|
||||
SyncNodeIds []uint64 `json:"sync_node_ids,omitempty"`
|
||||
SyncOverwrite bool `json:"sync_overwrite"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue