There was an error while loading. Please reload this page.
1 parent 553678b commit e20c50bCopy full SHA for e20c50b
internal/pkg/agent/storage/handler_store.go
@@ -4,9 +4,7 @@
4
5
package storage
6
7
-import (
8
-"io"
9
-)
+import "io"
10
11
type handlerFunc func(io.Reader) error
12
internal/pkg/agent/storage/null_store.go
// NullStore this is only use to split the work into multiples PRs.
type NullStore struct{}
0 commit comments