Documentation ¶ Index ¶ type Github func New(gh *gh.Gh, r, b, prefix string) (*Github, error) func (g *Github) FS() (fs.FS, error) func (g *Github) Put(ctx context.Context, path string, content []byte) error func (g *Github) StoreReport(ctx context.Context, r *report.Report) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Github ¶ type Github struct { // contains filtered or unexported fields } func New ¶ func New(gh *gh.Gh, r, b, prefix string) (*Github, error) func (*Github) FS ¶ func (g *Github) FS() (fs.FS, error) func (*Github) Put ¶ added in v0.27.0 func (g *Github) Put(ctx context.Context, path string, content []byte) error func (*Github) StoreReport ¶ added in v0.27.0 func (g *Github) StoreReport(ctx context.Context, r *report.Report) error Source Files ¶ View all Source files github.go Click to show internal directories. Click to hide internal directories.