()
| 108 | ) |
| 109 | |
| 110 | func (s Status) String() string { |
| 111 | return string(s) |
| 112 | } |
| 113 | |
| 114 | // StatusValidator is a validator for the "status" field enum values. It is called by the builders before save. |
| 115 | func StatusValidator(s Status) error { |
nothing calls this directly
no outgoing calls
no test coverage detected