mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-21 14:19:08 +02:00
[management, client] Add API to change the network range (#4177)
This commit is contained in:
+1
-2
@@ -23,7 +23,6 @@ func FileExists(path string) bool {
|
||||
return err == nil
|
||||
}
|
||||
|
||||
|
||||
/// Bool helpers
|
||||
|
||||
// True returns a *bool whose underlying value is true.
|
||||
@@ -56,4 +55,4 @@ func ReturnBoolWithDefaultTrue(b *bool) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
//Duration is used strictly for JSON requests/responses due to duration marshalling issues
|
||||
// Duration is used strictly for JSON requests/responses due to duration marshalling issues
|
||||
type Duration struct {
|
||||
time.Duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user