gitlab.com/evatix-go/core@v1.3.55/coreimpl/enumimpl/toNamer.go (about)

     1  package enumimpl
     2  
     3  type toNamer interface {
     4  	Name() string
     5  }