MCPcopy Create free account
hub / github.com/compozy/agh / Check

Method Check

internal/cli/update.go:33–33  ·  view source on GitHub ↗
(context.Context, aghupdate.CheckOptions)

Source from the content-addressed store, hash-verified

31
32type updateManager interface {
33 Check(context.Context, aghupdate.CheckOptions) (aghupdate.State, *aghupdate.Release, error)
34 ApplyRelease(context.Context, *aghupdate.Release) (aghupdate.AppliedBinary, error)
35 Restore(aghupdate.AppliedBinary) error
36 Finalize(aghupdate.AppliedBinary) error

Implementers 2

stubUpdateManagerinternal/cli/lifecycle_test.go
Managerinternal/update/types.go

Calls

no outgoing calls