Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 v0.2.0 Apr 19, 2016 Changes in this version + type DisplayInstruction struct + DisplayHighQty *float64 + DisplayLowQty *float64 + DisplayMethod *string + DisplayMinIncr *float64 + DisplayQty *float64 + DisplayWhen *string + RefreshQty *float64 + SecondaryDisplayQty *float64 + func (m *DisplayInstruction) SetDisplayHighQty(v float64) + func (m *DisplayInstruction) SetDisplayLowQty(v float64) + func (m *DisplayInstruction) SetDisplayMethod(v string) + func (m *DisplayInstruction) SetDisplayMinIncr(v float64) + func (m *DisplayInstruction) SetDisplayQty(v float64) + func (m *DisplayInstruction) SetDisplayWhen(v string) + func (m *DisplayInstruction) SetRefreshQty(v float64) + func (m *DisplayInstruction) SetSecondaryDisplayQty(v float64) v0.1.0 Feb 21, 2016 Changes in this version + type Component struct + DisplayHighQty *float64 + DisplayLowQty *float64 + DisplayMethod *string + DisplayMinIncr *float64 + DisplayQty *float64 + DisplayWhen *string + RefreshQty *float64 + SecondaryDisplayQty *float64 + func New() *Component