mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
fs: make Flagger and FlaggerNP interfaces public so we can test flags elsewhere
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
|
||||
// Check it satisfies the interfaces
|
||||
var (
|
||||
_ flagger = (*CutoffMode)(nil)
|
||||
_ flaggerNP = CutoffMode(0)
|
||||
_ Flagger = (*CutoffMode)(nil)
|
||||
_ FlaggerNP = CutoffMode(0)
|
||||
)
|
||||
|
||||
func TestCutoffModeString(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user