Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvCdrWriter ¶
type CsvCdrWriter struct {
// contains filtered or unexported fields
}
func NewCsvCdrWriter ¶
func NewCsvCdrWriter(writer io.Writer, roundDecimals int, extraFields []string) *CsvCdrWriter
func (*CsvCdrWriter) Close ¶
func (dcw *CsvCdrWriter) Close()
type DeanCdrWriter ¶
type DeanCdrWriter struct{}
func (*DeanCdrWriter) Write ¶
func (dcw *DeanCdrWriter) Write(cdr []string) error
Click to show internal directories.
Click to hide internal directories.