Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ContentLocationRE = regexp.MustCompile(`^github.com/([^/]+)/([^/]+)/(.*)$`)
)
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) GetFileAsync ¶
func (gh *API) GetFileAsync(location *Location) *FileFuture
type Client ¶
type FileFuture ¶
type FileFuture struct {
// contains filtered or unexported fields
}
func (*FileFuture) Get ¶
func (ff *FileFuture) Get() (string, error)
Click to show internal directories.
Click to hide internal directories.