gitlab.com/evatix-go/core@v1.3.55/reqtype/ResultStatus.go (about) 1 package reqtype 2 3 type ResultStatus struct { 4 IsSuccess bool 5 IndexMatch int 6 Ranges []Request 7 Error error 8 }