mirror of
https://github.com/kopia/kopia.git
synced 2026-09-08 11:26:03 -04:00
chore(general): misc cleanups (#3982)
* chore(general): remove unused `Behavior` type * chore(test): leverage `testutil.ServerParameters` in server test
This commit is contained in:
1 parent
b13d6bebfb
commit
c262998173
2 files changed
+4
-10
No files matched your search
@@ -6,9 +6,6 @@
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// Behavior specifies how kopia should behave if it encounters a Feature it does not understand.
|
||||
type Behavior string
|
||||
|
||||
// IfNotUnderstood describes the behavior of Kopia when a required feature is not understood.
|
||||
type IfNotUnderstood struct {
|
||||
Warn bool `json:"warn"` // warn instead of failing
|
||||
|
||||
Reference in new issue
Block a user