code refactor

This commit is contained in:
MaysWind
2024-09-11 00:57:16 +08:00
parent 031209490f
commit 2cffd4fbbb
6 changed files with 49 additions and 45 deletions
+3
View File
@@ -34,4 +34,7 @@ type ImportedDataRowIterator interface {
type DataTableBuilder interface {
// AppendTransaction appends the specified transaction to data builder
AppendTransaction(data map[DataTableColumn]string)
// ReplaceDelimiters returns the text after removing the delimiters
ReplaceDelimiters(text string) string
}