Documentation ¶
Overview ¶
Package showgrp maintains the group of handlers for show access.
Index ¶
- type Handlers
- func (h Handlers) Create(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Delete(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Query(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) QueryByID(ctx context.Context, w http.ResponseWriter, r *http.Request) error
- func (h Handlers) Update(ctx context.Context, w http.ResponseWriter, r *http.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
Handlers manages the set of show endpoints.
Click to show internal directories.
Click to hide internal directories.