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

     1  package coreinterface
     2  
     3  type SafeStringRemover interface {
     4  	SafeRemove(key string) (isSuccess bool)
     5  }