Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Attach(rtr *mux.Router, opt ...interface{})
- func (h *Handler) Create(ctx context.Context, req *user.CreateI) (*user.CreateO, error)
- func (h *Handler) Delete(ctx context.Context, req *user.DeleteI) (*user.DeleteO, error)
- func (h *Handler) Search(ctx context.Context, req *user.SearchI) (*user.SearchO, error)
- func (h *Handler) Update(ctx context.Context, req *user.UpdateI) (*user.UpdateO, error)
- type HandlerConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.