(context.Context, *aghupdate.Release)
| 32 | type 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 |
| 37 | } |
no outgoing calls