committed by
Sacha Al Himdani
parent
288c59a5f2
commit
f9216d30b2
@@ -30,6 +30,15 @@ const (
|
||||
MeasureStateImplemented
|
||||
)
|
||||
|
||||
func MeasureStates() []MeasureState {
|
||||
return []MeasureState{
|
||||
MeasureStateNotStarted,
|
||||
MeasureStateInProgress,
|
||||
MeasureStateNotApplicable,
|
||||
MeasureStateImplemented,
|
||||
}
|
||||
}
|
||||
|
||||
func (ms MeasureState) MarshalText() ([]byte, error) {
|
||||
return []byte(ms.String()), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user