Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOpReadCloser ¶
type NoOpReadCloser struct{}
NoOpReadCloser implements the io.ReadCloser interface but does not perform any operations.
func NewNoOpReadCloser ¶
func NewNoOpReadCloser() *NoOpReadCloser
NewNoOpReadCloser creates a new instance of NoOpReadCloser.
func (*NoOpReadCloser) Close ¶
func (m *NoOpReadCloser) Close() error
Close returns nil, simulating a no-op close operation.
Click to show internal directories.
Click to hide internal directories.