Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHubReadOptions ¶
ReadOptions defines options for reading GitHub repository data.
type GitHubReader ¶
type GitHubReader struct {
// contains filtered or unexported fields
}
GitHubReader reads GitHub repository data and implements the Reader interface.
func NewGitHubReader ¶
func NewGitHubReader(ctx context.Context, opts *GitHubReadOptions) (*GitHubReader, error)
NewGitHubReader creates a new GitHub reader for fetching repository data.
func (*GitHubReader) Close ¶
func (r *GitHubReader) Close() error
Close releases resources associated with the GitHubReader.
func (*GitHubReader) Read ¶
func (r *GitHubReader) Read() (arrow.Record, error)
Read reads the next record of GitHub repository data.
func (*GitHubReader) Schema ¶
func (r *GitHubReader) Schema() *arrow.Schema
Schema returns the schema of the records being read from GitHub API.
Click to show internal directories.
Click to hide internal directories.