gitlab.com/evatix-go/core@v1.3.55/corevalidator/RangesSegment.go (about)

     1  package corevalidator
     2  
     3  import (
     4  	"gitlab.com/evatix-go/core/coredata/corerange"
     5  	"gitlab.com/evatix-go/core/enums/stringcompareas"
     6  )
     7  
     8  type RangesSegment struct {
     9  	corerange.RangeInt
    10  	ExpectedLines []string
    11  	CompareAs     stringcompareas.Variant
    12  	ValidatorCoreCondition
    13  }