smutok/internal/sync/sync.go(view raw)
1 2 3 4 5 6 7
package sync import "context" type Strategy interface { Sync(ctx context.Context, initial bool) error }