GetMessageRef gets the reference for the message file.
(ctx context.Context, value string)
| 156 | type MessageRefParser interface { |
| 157 | // GetMessageRef gets the reference for the message file. |
| 158 | GetMessageRef(ctx context.Context, value string) (MessageRef, error) |
| 159 | // GetMessageRefForInputConfig gets the reference for the message file. |
| 160 | GetMessageRefForInputConfig( |
| 161 | ctx context.Context, |
no outgoing calls
no test coverage detected