Documentation ¶
Index ¶
- func NewRequestBuilder[T any](method, urlString string) (*requestBuilder[T], error)
- func ResponseApiError(c *gin.Context, statusCode int, msg string, err interface{})
- func ResponseApiOk(c *gin.Context, msg string, data interface{})
- func ResponseHtml(c *gin.Context, statusCode int, html string, data interface{})
- type ApiResponse
- type PaginationResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRequestBuilder ¶
func ResponseApiError ¶
func ResponseApiOk ¶
Types ¶
type ApiResponse ¶
Click to show internal directories.
Click to hide internal directories.