Versions in this module Expand all Collapse all v0 v0.1.1 May 26, 2019 Changes in this version + type Handler struct + Builder *builder.JSONAPI + CompressionLevel int + ListPagination *pagination.Pagination + func New(c *controller.Controller, cfg *config.Gateway, isup *i18n.Support) *Handler + func (h *Handler) HandleCreate(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandleDelete(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandleGet(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandleGetRelated(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandleGetRelationship(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandleList(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandlePatch(m *mapping.ModelStruct) http.HandlerFunc + func (h *Handler) HandlePatchRelationship(m *mapping.ModelStruct) http.HandlerFunc