Documentation ¶
Index ¶
- func WithInstance(instance interface{}) (source.Driver, error)
- type GoRice
- func (r *GoRice) Close() error
- func (r *GoRice) First() (version uint, err error)
- func (r *GoRice) Next(version uint) (nextVersion uint, err error)
- func (r *GoRice) Open(url string) (source.Driver, error)
- func (r *GoRice) Prev(version uint) (prevVersion uint, err error)
- func (r *GoRice) ReadDown(version uint) (reader io.ReadCloser, identifier string, err error)
- func (r *GoRice) ReadUp(version uint) (reader 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.