Documentation ¶
Index ¶
- func MarshalCreateResponse(res *howhear_s.HowHearAboutUsItem, w http.ResponseWriter)
- func MarshalDetailResponse(res *howhear_s.HowHearAboutUsItem, w http.ResponseWriter)
- func MarshalListAsSelectOptionResponse(res []*howhear_s.HowHearAboutUsItemAsSelectOption, w http.ResponseWriter)
- func MarshalListResponse(res *howhear_s.HowHearAboutUsItemPaginationListAndCountResult, ...)
- func MarshalUpdateResponse(res *howhear_s.HowHearAboutUsItem, w http.ResponseWriter)
- func UnmarshalCreateRequest(ctx context.Context, r *http.Request) (*howhear_c.HowHearAboutUsItemCreateRequestIDO, error)
- func UnmarshalUpdateRequest(ctx context.Context, r *http.Request) (*howhear_c.HowHearAboutUsItemUpdateRequestIDO, error)
- type Handler
- func (h *Handler) Create(w http.ResponseWriter, r *http.Request)
- func (h *Handler) DeleteByID(w http.ResponseWriter, r *http.Request, id string)
- func (h *Handler) GetByID(w http.ResponseWriter, r *http.Request, id string)
- func (h *Handler) List(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ListAsSelectOptions(w http.ResponseWriter, r *http.Request)
- func (h *Handler) UpdateByID(w http.ResponseWriter, r *http.Request, id string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalCreateResponse ¶
func MarshalCreateResponse(res *howhear_s.HowHearAboutUsItem, w http.ResponseWriter)
func MarshalDetailResponse ¶
func MarshalDetailResponse(res *howhear_s.HowHearAboutUsItem, w http.ResponseWriter)
func MarshalListAsSelectOptionResponse ¶
func MarshalListAsSelectOptionResponse(res []*howhear_s.HowHearAboutUsItemAsSelectOption, w http.ResponseWriter)
func MarshalListResponse ¶
func MarshalListResponse(res *howhear_s.HowHearAboutUsItemPaginationListAndCountResult, w http.ResponseWriter)
func MarshalUpdateResponse ¶
func MarshalUpdateResponse(res *howhear_s.HowHearAboutUsItem, w http.ResponseWriter)
func UnmarshalCreateRequest ¶
func UnmarshalUpdateRequest ¶
Types ¶
type Handler ¶
type Handler struct { Logger *slog.Logger Controller howhear_c.HowHearAboutUsItemController }
Handler Creates http request handler
func NewHandler ¶
func NewHandler(loggerp *slog.Logger, c howhear_c.HowHearAboutUsItemController) *Handler
NewHandler Constructor
func (*Handler) DeleteByID ¶
func (*Handler) ListAsSelectOptions ¶
func (h *Handler) ListAsSelectOptions(w http.ResponseWriter, r *http.Request)
func (*Handler) UpdateByID ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.