# Packages
No description provided by the author
# Functions
AddTagToRootScope adds tags to the root scope of the current request's Sentry hub.
CORSAllowAll sets up the CORS headers to allow all origins, methods and headers.
GetInt64Param gets the int64 parameter from the gin context, and returns the value or the default value if the parameter is not set.
GetInt64Query gets the int64 query parameter from the gin context, and returns the value or the default value if the parameter is not set.
GetPagenation takes the query parameters "page" and "pageSize" from the gin context, and returns the values or an error if the parameters are invalid.
GetUUIDParam gets the uuid parameter from the gin context Param call, and parses then returns the value or an error if the parameter is not set or invalid.
ListenWithGracefulShutdown listens on the given address with the given gin router, and will shutdown gracefully when a SIGINT or SIGTERM signal is received.
No description provided by the author
No description provided by the author
No description provided by the author
SafeMetricsAdd increased the given metric by value with the given label values, and logs an error if the increase fails.
SafeMetricsGauge sets the given metric to the given value with the given label values, and logs an error if the set fails.
SafeMetricsInc increments the given metric with the given label values, and logs an error if the increment fails.
SetupMetrics sets up a ginmetrics.Monitor with the given parameters, will expose the metrics on the given path and listen on the given address.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author