Versions in this module Expand all Collapse all v0 v0.1.2 Nov 19, 2024 v0.1.0 Nov 19, 2024 Changes in this version + func Executor(stage *kk_stage.Stage, do func() error, failBack func() error) error + type SyncExecutor struct + DB *gorm.DB + DBDo func(tx *gorm.DB) error + MinIOObjects []kk_minio.OPObject + Stage *kk_stage.Stage + func (e *SyncExecutor) Execute() error