gitlab.com/evatix-go/core@v1.3.55/tests/testwrappers/corevalidatortestwrappers/SegmentValidatorWrapper.go (about)

     1  package corevalidatortestwrappers
     2  
     3  import "gitlab.com/evatix-go/core/corevalidator"
     4  
     5  type SegmentValidatorWrapper struct {
     6  	Header                string
     7  	IsSkipOnContentsEmpty bool
     8  	IsCaseSensitive       bool
     9  	corevalidator.SimpleSliceRangeValidator
    10  }