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

     1  package coreinterface
     2  
     3  type Csver interface {
     4  	Csv() string
     5  	CsvOptions(isSkipQuoteOnlyOnExistence bool) string
     6  }