Documentation ¶ Index ¶ type Local func New(root string) (*Local, error) func (l *Local) FS() (fs.FS, error) func (l *Local) Store(ctx context.Context, r *report.Report) error type LocalFS func (fsys *LocalFS) Open(name string) (fs.File, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Local ¶ type Local struct { // contains filtered or unexported fields } func New ¶ func New(root string) (*Local, error) func (*Local) FS ¶ func (l *Local) FS() (fs.FS, error) func (*Local) Store ¶ func (l *Local) Store(ctx context.Context, r *report.Report) error type LocalFS ¶ type LocalFS struct { // contains filtered or unexported fields } func (*LocalFS) Open ¶ func (fsys *LocalFS) Open(name string) (fs.File, error) Source Files ¶ View all Source files local.go Click to show internal directories. Click to hide internal directories.