forked from TrueCloudLab/frostfs-node
[#299] ir: Drop unused structs
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
235fe84ea3
commit
b939e4e5c5
1 changed files with 0 additions and 9 deletions
|
@ -4,7 +4,6 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"git.frostfs.info/TrueCloudLab/frostfs-node/pkg/morph/client/container"
|
"git.frostfs.info/TrueCloudLab/frostfs-node/pkg/morph/client/container"
|
||||||
"git.frostfs.info/TrueCloudLab/frostfs-node/pkg/morph/event"
|
|
||||||
"git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/logger/test"
|
"git.frostfs.info/TrueCloudLab/frostfs-node/pkg/util/logger/test"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
@ -121,11 +120,3 @@ func (s *testEpochState) EpochCounter() uint64 {
|
||||||
func (s *testEpochState) EpochDuration() uint64 {
|
func (s *testEpochState) EpochDuration() uint64 {
|
||||||
return s.duration
|
return s.duration
|
||||||
}
|
}
|
||||||
|
|
||||||
type testEventHandler struct {
|
|
||||||
called int
|
|
||||||
}
|
|
||||||
|
|
||||||
func (h *testEventHandler) Handle(e event.Event) {
|
|
||||||
h.called++
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue