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

8 lines
173 B
Go
Raw Normal View History

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