crashcollect: removed redundant structure
Change-Id: Ied65a057baf4cbbe8a47685b0c52f3900363d4bd
This commit is contained in:
parent
917e4b81d3
commit
be7928d4bd
@ -1,17 +0,0 @@
|
||||
// Copyright (C) 2020 Storj Labs, Inc.
|
||||
// See LICENSE for copying information.
|
||||
|
||||
package crash
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"storj.io/common/storj"
|
||||
)
|
||||
|
||||
// Crash holds information about storagenode crash.
|
||||
type Crash struct {
|
||||
ID storj.NodeID
|
||||
CompressedPanic []byte
|
||||
CrashedAt time.Time
|
||||
}
|
Loading…
Reference in New Issue
Block a user