We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a1168 commit 53eedc0Copy full SHA for 53eedc0
1 file changed
internal/update/update.go
@@ -48,7 +48,7 @@ type UpgradablePackage struct {
48
49
type ServiceUpdater interface {
50
ListUpgradablePackages(cfg config.Configuration, ctx context.Context, matcher func(UpgradablePackage) bool) ([]UpgradablePackage, error)
51
- UpgradePackages(ctx context.Context, names []string) (<-chan Event, error)
+ UpgradePackages(ctx context.Context, names []string, eventCB EventCallback) error
52
}
53
54
type Manager struct {
0 commit comments