gitlab.com/evatix-go/core@v1.3.55/coreinterface/CategoryRevealer.go (about)

     1  package coreinterface
     2  
     3  type CategoryRevealer interface {
     4  	CategoryNamer
     5  	FilterTextGetter
     6  	EntityTypeNamer
     7  }