forked from TrueCloudLab/frostfs-node
8 lines
173 B
Go
8 lines
173 B
Go
|
package timers
|
||
|
|
||
|
// NewEpochTick is a new epoch local ticker event.
|
||
|
type NewEpochTick struct{}
|
||
|
|
||
|
// MorphEvent implements Event interface.
|
||
|
func (NewEpochTick) MorphEvent() {}
|