Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Git ¶
func Git(p, ref string) (io.ReadCloser, error)
Git returns an io.ReadCloser of a repo as a tar.gz
func PickStream ¶
func PickStream(p string) (io.ReadCloser, error)
Types ¶
type StreamFunc ¶
type StreamFunc func(path string) (io.ReadCloser, error)
func GitRef ¶
func GitRef(ref string) StreamFunc
Click to show internal directories.
Click to hide internal directories.