()
| 131 | ) |
| 132 | |
| 133 | func (_type Type) String() string { |
| 134 | return string(_type) |
| 135 | } |
| 136 | |
| 137 | // TypeValidator is a validator for the "type" field enum values. It is called by the builders before save. |
| 138 | func TypeValidator(_type Type) error { |
nothing calls this directly
no outgoing calls
no test coverage detected