forked from TrueCloudLab/frostfs-node
19bb94cc04
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
7 lines
173 B
Go
7 lines
173 B
Go
package timers
|
|
|
|
// NewEpochTick is a new epoch local ticker event.
|
|
type NewEpochTick struct{}
|
|
|
|
// MorphEvent implements Event interface.
|
|
func (NewEpochTick) MorphEvent() {}
|