Closed n3wscott closed 6 years ago
What prompted the rename of util.go
to writer.go
? I only ask because it doesn't seem as generic as a normal writer. Otherwise, the changes seem sane and useful.
I see what you did, they are now part of the APISurface
struct. I'd prefer that if we're making them part of the APISurface
they should just be in the apisurface.go
.
@jmrodri take another look, thanks!
@n3wscott I like that. :+1:
LGTM
LGTM
I wanted to test my new fancy broker with the swagger UI but CORS was not enabled and no way to do it. So I added it.