(ctx context.Context, uid string, partition string, cfg *Config)
| 81 | } |
| 82 | |
| 83 | func (i *imlUpstreamService) SaveCommit(ctx context.Context, uid string, partition string, cfg *Config) error { |
| 84 | return i.commitService.Save(ctx, uid, partition, cfg) |
| 85 | } |
| 86 | |
| 87 | func (i *imlUpstreamService) OnComplete() { |
| 88 |