Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChartUploadHandler ¶
func ChartUploadHandler() gin.HandlerFunc
func GetLevelItems ¶
func GetLevelItems(itemName string) gin.HandlerFunc
func RedirectBDV2Chart ¶
func RedirectBDV2Chart() gin.HandlerFunc
func RequestSizeLimiter ¶
func RequestSizeLimiter(limit int64) gin.HandlerFunc
RequestSizeLimiter returns a middleware that limits the size of request When a request is over the limit, the following will happen: * Error will be added to the context * Connection: close header will be set * Error 413 will be sent to the client (http.StatusRequestEntityTooLarge) * Current context will be aborted
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.