Rework userfile yet again
I'm settling on the idea that strings should never be returned from the userfile system. Instead, indicate which collection you want and pass objects across.
This commit is contained in:
parent
c2d84b8734
commit
fdd783c19c
10 changed files with 198 additions and 160 deletions
13
platform/csv/pool.go
Normal file
13
platform/csv/pool.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package csv
|
||||
|
||||
import (
|
||||
//"encoding/csv"
|
||||
//"github.com/Gleipnir-Technology/nidus-sync/platform/csv"
|
||||
//"github.com/Gleipnir-Technology/nidus-sync/userfile"
|
||||
//"github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
func ProcessJob(file_id int32) error {
|
||||
//userfile.NewFileReader("csv"
|
||||
return nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue