frostfs-node/pkg/innerring/timers/epoch.go

8 lines
173 B
Go
Raw Normal View History

2020-07-24 13:54:03 +00:00
package timers
// NewEpochTick is a new epoch local ticker event.
type NewEpochTick struct{}
// MorphEvent implements Event interface.
func (NewEpochTick) MorphEvent() {}