Documentation
¶
Index ¶
- type Response
- func DELETE[T any](ctx *gin.Context, host, path string, body interface{}, ...) (*Response[T], error)
- func GET[T any](ctx *gin.Context, host, path string, params map[string]string, ...) (*Response[T], error)
- func POST[T any](ctx *gin.Context, host, path string, body interface{}, ...) (*Response[T], error)
- func PUT[T any](ctx *gin.Context, host, path string, body interface{}, ...) (*Response[T], error)
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.