Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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
Click to show internal directories.
Click to hide internal directories.