crud
crud copied to clipboard
how to customize my own response serializer?
I‘m new in writing golang. It's there a way to use my own response serializer?
Yes. You can customize a controller to make it. sshman shows examples to do so (you can find the related function UserGetSelf & UserGetSessions in controller.go, and they are registered in router.go).