Versions in this module Expand all Collapse all v0 v0.0.1 Feb 6, 2025 Changes in this version + func RelayAudioHelper(c *gin.Context, relayMode int) *relaymodel.ErrorWithStatusCode + func RelayErrorHandler(resp *http.Response) (ErrorWithStatusCode *model.ErrorWithStatusCode) + func RelayImageHelper(c *gin.Context, relayMode int) *relaymodel.ErrorWithStatusCode + func RelayProxyHelper(c *gin.Context, relayMode int) *relaymodel.ErrorWithStatusCode + func RelayTextHelper(c *gin.Context) *model.ErrorWithStatusCode + type GeneralErrorResponse struct + Err string + Error model.Error + ErrorMsg string + Header struct{ ... } + Message string + Msg string + Response struct{ ... } + func (e GeneralErrorResponse) ToMessage() string