package
Version:
v0.0.0-...-8c53de1
Opens a new window with list of versions in this module.
Published: Jan 1, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Client wraps around the GitHub client.
New creates a new Client instance.
RawFile returns the raw file content of a file on GitHub.
type RawFileQuery struct {
Owner string `json:"owner"`
Repo string `json:"repo"`
Path string `json:"path"`
Ref string `json:"ref"`
}
RawFileQuery contains the location of a file on GitHub and the token.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.