Versions in this module Expand all Collapse all v0 v0.1.1 Aug 31, 2024 v0.1.0 Aug 27, 2024 Changes in this version + func NewGitHubClient(ctx context.Context, token string) *github.Client + type GitHubReadOptions struct + Repos []string + Token string + type GitHubReader struct + func NewGitHubReader(ctx context.Context, opts *GitHubReadOptions) (*GitHubReader, error) + func (r *GitHubReader) Close() error + func (r *GitHubReader) Read() (arrow.Record, error) + func (r *GitHubReader) Schema() *arrow.Schema