github.com/aacfactory/rings@v1.1.2/entry.go (about)

     1  package rings
     2  
     3  type Entry interface {
     4  	Key() (key string)
     5  }