Arc-Calem

Results 1 issues of Arc-Calem

I encounter a runtime error whenever I try to document a model with a map[string]interface{} field: ## In Main: ` api.Get(apiV1PathPrefix+"/my-route"). HasRequestModel(rest.ModelOf[model.MyRouteRequest]()). HasResponseModel(http.StatusInternalServerError, rest.ModelOf[model.MyRouteRequest]()). HasResponseModel(http.StatusInternalServerError, rest.ModelOf[respond.Error]())` ## The model: `type...