Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bundle ¶
func (*Bundle) GetErrorIndex ¶
func (b *Bundle) GetErrorIndex() []collecttypes.Result
func (*Bundle) GetIndex ¶
func (b *Bundle) GetIndex() []collecttypes.Result
func (*Bundle) ReaderFromRef ¶
type BundleReader ¶
type BundleReader interface { ReaderFromRef(ref meta.Ref) (io.ReadCloser, error) Open(name string) (io.ReadCloser, error) GetIndex() []collecttypes.Result GetErrorIndex() []collecttypes.Result }
Click to show internal directories.
Click to hide internal directories.