Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PaginatedItemsResponse ¶
type PaginatedItemsResponse struct {
Items json.RawMessage `json:"items"`
Pagination PaginationResponse `json:"pagination"`
}
type PaginationResponse ¶ added in v0.21.0
type ResponseInterceptor ¶
type ResponseInterceptor struct {
gin.ResponseWriter
Rewrite bool
// contains filtered or unexported fields
}
func (*ResponseInterceptor) GetBody ¶
func (w *ResponseInterceptor) GetBody() []byte
func (*ResponseInterceptor) Intercept ¶
func (w *ResponseInterceptor) Intercept(ctx *gin.Context)
func (*ResponseInterceptor) Stop ¶
func (w *ResponseInterceptor) Stop(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.