Documentation ¶ Index ¶ type Artifact func New(gh *gh.Gh, repo, name string, r *report.Report) (*Artifact, error) func (a *Artifact) FS() (fs.FS, error) func (a *Artifact) Put(ctx context.Context, path string, content []byte) error func (a *Artifact) 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 Artifact ¶ type Artifact struct { // contains filtered or unexported fields } func New ¶ func New(gh *gh.Gh, repo, name string, r *report.Report) (*Artifact, error) func (*Artifact) FS ¶ func (a *Artifact) FS() (fs.FS, error) func (*Artifact) Put ¶ func (a *Artifact) Put(ctx context.Context, path string, content []byte) error func (*Artifact) StoreReport ¶ func (a *Artifact) StoreReport(ctx context.Context, r *report.Report) error Source Files ¶ View all Source files artifact.go Click to show internal directories. Click to hide internal directories.