DefaultMessageConstructor is a default implementation of [MessageConstructor].
| 32 | // DefaultMessageConstructor is a default implementation of |
| 33 | // [MessageConstructor]. |
| 34 | type DefaultMessageConstructor struct{} |
| 35 | |
| 36 | // type check |
| 37 | var _ MessageConstructor = DefaultMessageConstructor{} |
nothing calls this directly
no outgoing calls
no test coverage detected