Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ functions
Functions
1,844 in github.com/imgproxy/imgproxy
⨍
Functions
1,844
◇
Types & classes
321
Method
SendError
SendError sends an error to New Relic APM
monitoring/newrelic/newrelic.go:149
Method
SendError
SendError records an error in the current span
monitoring/cloudwatch/cloudwatch.go:108
Method
SendError
SendError sends an error to DataDog APM
monitoring/datadog/datadog.go:178
Method
SendError
SendError sends an error to OpenTelemetry
monitoring/otel/otel.go:357
Method
Server
Server returns the underlying GcsServer
storage/gcs/storage_test.go:28
Method
Server
Server returns the underlying AbsServer
storage/abs/storage_test.go:25
Method
Server
Server returns the underlying SwiftServer
storage/swift/storage_test.go:29
Method
SetByString
SetByString is like Set but accepts a string name.
xmlparser/attributes.go:74
Method
SetMetadata
SetMetadata sets metadata key-value pair for all monitoring services
monitoring/monitoring.go:142
Method
SetMetadata
SetMetadata sets metadata for Prometheus monitoring
monitoring/prometheus/prometheus.go:205
Method
SetMetadata
SetMetadata sets metadata for the current transaction
monitoring/newrelic/newrelic.go:123
Method
SetMetadata
SetMetadata sets metadata for the current span
monitoring/cloudwatch/cloudwatch.go:103
Method
SetMetadata
SetMetadata sets metadata for the current span
monitoring/datadog/datadog.go:150
Method
SetMetadata
SetMetadata sets metadata for the current span
monitoring/otel/otel.go:314
Method
SetupSubTest
()
httpheaders/conditionalheaders/request_test.go:34
Method
SetupSubTest
()
logger/formatter_structured_test.go:59
Method
SetupSubTest
()
logger/formatter_json_test.go:59
Method
SetupSubTest
()
logger/formatter_pretty_test.go:58
Method
SetupSubTest
()
options/parser/processing_options_test.go:47
Method
SetupSubTest
()
handlers/stream/handler_test.go:143
Method
SetupSubTest
()
server/server_test.go:53
Method
SetupSubTest
()
imagedata/image_data_test.go:74
Method
SetupSubTest
()
auximageprovider/static_provider_test.go:54
Method
SetupSubTest
()
integration_test/processing_handler_test.go:33
Method
SetupSubTest
()
integration_test/svg_test.go:72
Method
SetupSubTest
()
processing/watermark_test.go:81
Method
SetupSubTest
()
processing/colorspace_test.go:64
Method
SetupSuite
()
security/signature_test.go:19
Method
SetupSuite
()
httpheaders/conditionalheaders/request_test.go:23
Method
SetupSuite
()
storage/gcs/reader_test.go:20
Method
SetupSuite
()
storage/s3/reader_test.go:21
Method
SetupSuite
()
storage/abs/reader_test.go:23
Method
SetupSuite
()
storage/testsuite/reader.go:29
Method
SetupSuite
()
storage/swift/reader_test.go:18
Method
SetupSuite
()
storage/fs/reader_test.go:22
Method
SetupSuite
()
testutil/image_hash_test.go:17
Method
SetupSuite
()
testutil/servertest/suite.go:39
Method
SetupSuite
()
options/parser/processing_options_test.go:30
Method
SetupSuite
()
handlers/stream/handler_test.go:62
Method
SetupSuite
()
workers/workers_test.go:22
Method
SetupSuite
()
server/server_test.go:29
Method
SetupSuite
()
imagedata/image_data_test.go:34
Method
SetupSuite
()
auximageprovider/static_provider_test.go:29
Method
SetupSuite
()
processing/suite_test.go:67
Method
SetupSuite
()
processing/rotate_and_flip_test.go:101
Method
SetupSuite
()
processing/svg/svg_test.go:25
Method
SetupSuite
()
clientfeatures/detector_test.go:25
Method
SetupTest
()
security/signature_test.go:36
Method
SetupTest
()
logger/formatter_structured_test.go:27
Method
SetupTest
()
logger/formatter_json_test.go:27
Method
SetupTest
()
logger/formatter_pretty_test.go:26
Method
SetupTest
()
asyncbuffer/cond_test.go:20
Method
SetupTest
()
storage/s3/reader_test.go:37
Method
SetupTest
()
storage/abs/reader_test.go:43
Method
SetupTest
()
storage/swift/reader_test.go:38
Method
SetupTest
()
storage/fs/reader_test.go:39
Method
SetupTest
()
server/router_test.go:22
Method
SetupTest
()
integration_test/processing_handler_test.go:29
Method
SetupTest
()
integration_test/matrix_test.go:44
Method
SetupTest
()
integration_test/svg_test.go:41
Method
ShouldReport
()
errctx/context.go:53
Function
Shutdown
Shutdown performs global cleanup
init.go:47
Function
SignURL
()
examples/signature.go:17
Method
Size
Size returns the size of the image data in bytes.
imagedata/image_data.go:72
Method
Size
Size returns the size of the image data in bytes. It waits for the async buffer to finish reading.
imagedata/image_data.go:110
Method
Sort
Sort sorts the attributes according to the provided function.
xmlparser/attributes.go:136
Method
Space
()
xmlparser/name.go:15
Method
StackTrace
StackTrace returns the stack trace associated with the error.
errctx/context.go:62
Method
StartRequest
StartRequest starts a new request span
monitoring/monitoring.go:118
Method
StartRequest
StartRequest starts a new request for Prometheus monitoring
monitoring/prometheus/prometheus.go:174
Method
StartRequest
StartRequest starts a new New Relic transaction for the incoming HTTP request
monitoring/newrelic/newrelic.go:80
Method
StartRequest
StartRequest starts a new request span
monitoring/cloudwatch/cloudwatch.go:83
Method
StartRequest
StartRequest starts a new DataDog span for the incoming HTTP request
monitoring/datadog/datadog.go:96
Method
StartRequest
StartRequest starts a new OpenTelemetry span for the incoming HTTP request
monitoring/otel/otel.go:228
Method
StartSpan
StartSpan starts a new trace span as child of the current span
monitoring/monitoring.go:151
Method
StartSpan
StartSpan starts a new span for Prometheus monitoring
monitoring/prometheus/prometheus.go:194
Method
StartSpan
StartSpan starts a new span for New Relic monitoring
monitoring/newrelic/newrelic.go:130
Method
StartSpan
StartSpan starts a new span
monitoring/cloudwatch/cloudwatch.go:93
Method
StartSpan
StartSpan starts a new span for DataDog monitoring
monitoring/datadog/datadog.go:157
Method
StartSpan
StartSpan starts a new span for OpenTelemetry monitoring
monitoring/otel/otel.go:323
Method
StatusCode
()
errctx/context.go:37
Method
Stop
Stop stops all monitoring services
monitoring/monitoring.go:101
Method
Stop
Stop stops the Prometheus monitoring
monitoring/prometheus/prometheus.go:146
Method
Stop
Stop stops the New Relic APM agent and Telemetry SDK harvester
monitoring/newrelic/newrelic.go:69
Method
Stop
Stop stops the CloudWatch metrics collection
monitoring/cloudwatch/cloudwatch.go:76
Method
Stop
Stop stops the DataDog tracer and metrics collection
monitoring/datadog/datadog.go:86
Method
Stop
Stop stops the Otel monitoring service
monitoring/otel/otel.go:204
Method
String
String returns the contents of the buffer as a string.
xmlparser/buffer.go:72
Method
String
()
processing/crop_test.go:56
Method
String
()
processing/gravity_type.go:7
Method
String
()
processing/extend_test.go:113
Method
String
()
processing/resize_type.go:23
Method
TearDownSuite
()
testutil/servertest/suite.go:88
Method
TearDownSuite
()
handlers/stream/handler_test.go:139
Method
TearDownSuite
()
processing/suite_test.go:75
Method
TearDownSuite
()
clientfeatures/detector_test.go:29
Method
TearDownTest
()
asyncbuffer/cond_test.go:24
Method
TestAlpha
()
processing/trim_test.go:150
Method
TestAlwaysRasterizeSvg
()
integration_test/processing_handler_test.go:533
Method
TestAlwaysRasterizeSvgDisabled
()
integration_test/processing_handler_test.go:554
← previous
next →
1,301–1,400 of 1,844, ranked by callers