package readcloserwithmetrics

import "github.com/aws/aws-sdk-go-v2/aws/middleware/private/metrics/readcloserwithmetrics"

Index

Types

type ReadCloserWithMetrics

type ReadCloserWithMetrics struct {
	// contains filtered or unexported fields
}

func New

func New(
	context *metrics.MetricContext, closer io.ReadCloser,
) (trc *ReadCloserWithMetrics)

func (*ReadCloserWithMetrics) Close

func (r *ReadCloserWithMetrics) Close() error

func (*ReadCloserWithMetrics) Read

func (r *ReadCloserWithMetrics) Read(p []byte) (n int, err error)

Source Files

read_closer_with_metrics.go

Version
v1.25.2
Published
Feb 23, 2024
Platform
js/wasm
Imports
4 packages
Last checked
3 minutes ago

Tools for package owners.