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

     1  package coreinterface
     2  
     3  type CsvLiner interface {
     4  	CsvLines() *[]string
     5  	CsvLinesOptions(isSkipQuoteOnlyOnExistence bool) *[]string
     6  }