Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToString ¶
func GINError ¶
GINError adds an error to the Gin context and aborts the request processing. Into a single call, eliminating the need for manual ctx.Next() calls.
Usage:
if err != nil {
util.GINError(ctx, err)
return
}
func GinContextString ¶
func StringToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.