Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blackhole ¶
type Blackhole struct{}
func (*Blackhole) SourceReader ¶
func (b *Blackhole) SourceReader(name string) (io.ReadCloser, error)
type NopReadCloser ¶
type NopReadCloser struct{}
NopReadCloser is a no operation ReadCloser
func (NopReadCloser) Close ¶
func (NopReadCloser) Close() error
Click to show internal directories.
Click to hide internal directories.