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

     1  package baseactioninf
     2  
     3  type IsValidChecker interface {
     4  	// IsValid similar or alias for IsSuccessChecker
     5  	IsValid() bool
     6  }