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 ¶
- Version
- v1.25.2
- Published
- Feb 23, 2024
- Platform
- darwin/amd64
- Imports
- 4 packages
- Last checked
- 41 minutes ago –
Tools for package owners.