1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-01 23:11:31 +02:00

return ETag support

This commit is contained in:
DarthSim
2018-10-05 22:20:29 +06:00
parent 77d86d0e2d
commit 2f8d7b8ad6
4 changed files with 15 additions and 14 deletions

View File

@@ -666,6 +666,6 @@ func getImageURL(ctx context.Context) string {
return ctx.Value(imageURLCtxKey).(string)
}
func getprocessingOptions(ctx context.Context) *processingOptions {
func getProcessingOptions(ctx context.Context) *processingOptions {
return ctx.Value(processingOptionsCtxKey).(*processingOptions)
}