gitlab.com/evatix-go/core@v1.3.55/coreinterface/baseactioninf/IsInvalidChecker.go (about) 1 package baseactioninf 2 3 type IsInvalidChecker interface { 4 IsInvalid() bool 5 }