Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CsvEntityImportService ¶
type CsvEntityImportService interface { Process(ctx context.Context, entity entity.Key, name string, r io.Reader) error AvailableSchemas(entity entity.Key) []string }
func NewCsvEntityImportService ¶
func NewCsvEntityImportService( core *appcore.ApplicationCore, definitions map[entity.Key]map[string]*CsvImportDefinition, ) CsvEntityImportService
type CsvImportDefinition ¶
Click to show internal directories.
Click to hide internal directories.