Avec un parser soap un peu plus modulaire et un debut de ControlHandler sur les services qui fait des choses
This commit is contained in:
@@ -147,6 +147,10 @@ func (state *StateVariable) Minimum() interface{} {
|
||||
return state.valueRange.min
|
||||
}
|
||||
|
||||
func (state *StateVariable) SetValueParser(parser StringValueParser) {
|
||||
state.parse = parser
|
||||
}
|
||||
|
||||
// SetRange defines the inclusive value range [min, max].
|
||||
// Validates and casts values to the state variable's type.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user