Versions in this module Expand all Collapse all v0 v0.0.1 Jun 22, 2022 Changes in this version + type DeskMoveProgram struct + func NewProgram(desiredHeight float32, initialHeight float32, updates chan float32) *DeskMoveProgram + func (p *DeskMoveProgram) Run(ctx context.Context) error