Documentation
¶
Index ¶
- func WithInstance(box *packr.Box) (source.Driver, error)
- type Packr
- func (p *Packr) Close() error
- func (p *Packr) First() (version uint, err error)
- func (p *Packr) Next(version uint) (nextVersion uint, err error)
- func (p *Packr) Open(url string) (source.Driver, error)
- func (p *Packr) Prev(version uint) (prevVersion uint, err error)
- func (p *Packr) ReadDown(version uint) (r io.ReadCloser, identifier string, err error)
- func (p *Packr) ReadUp(version uint) (r io.ReadCloser, identifier string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithInstance ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.