mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
8 lines
138 B
Go
8 lines
138 B
Go
/*
|
|
Package context extends the default echo.Context.
|
|
|
|
All functions return our standard xerror.Error
|
|
in case of error.
|
|
*/
|
|
package context
|