Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2019 Changes in this version + func NewGitHubAPIReader(ctx context.Context, owner string, repo string, branch string, token string) (wof_reader.Reader, error) + func NewGitHubReader(repo string, branch string) (wof_reader.Reader, error) + type GitHubAPIReader struct + func (r *GitHubAPIReader) Read(key string) (io.ReadCloser, error) + func (r *GitHubAPIReader) URI(key string) string + type GitHubReader struct + func (r *GitHubReader) Read(key string) (io.ReadCloser, error) + func (r *GitHubReader) URI(key string) string