Renamed ImportBackend methods to StartImport / FinishImport

This commit is contained in:
Philipp Wolfer 2023-11-20 07:43:54 +01:00
parent 14d944c7ad
commit c13c9175e3
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
7 changed files with 16 additions and 16 deletions

View file

@ -39,11 +39,11 @@ type ImportBackend interface {
// If the backend needs to setup resources before starting to import,
// this can be done here.
Init() error
StartImport() error
// The implementation can perform all steps here to finalize the
// export/import and free used resources.
Finish() error
FinishImport() error
}
// Must be implemented by services supporting the export of listens.