blob: 8bedb76c39317fa50c717d8f3051a42348202aed [file] [log] [blame]
package ds_tryjobstore
// newerInterface is an internal interface that allows to define a temporal
// order for a type.
type newerInterface interface {
MoreRecentThan(right interface{}) bool
}