Need to find a way to setup validation for both the MessageType & WeatherRequestType enums to validate string input. Naturally, as per Golang's standard, it doesn't support validating an input and passing an error or panic back to the client. So will have to figure out a way to do this
Need to find a way to setup validation for both the
MessageType&WeatherRequestTypeenums to validate string input. Naturally, as per Golang's standard, it doesn't support validating an input and passing an error or panic back to the client. So will have to figure out a way to do this