frostfs-node/pkg/innerring/timers/epoch.go
Leonard Lyubich 19bb94cc04 [#324] ir: Measure epochs in sidechain blocks
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-01-29 11:04:30 +03:00

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() {}