Documentation ¶ Index ¶ type Local func New(root string) (*Local, error) func (l *Local) FS() (fs.FS, error) func (l *Local) Put(ctx context.Context, path string, content []byte) error func (l *Local) Root() string func (l *Local) 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 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) Put ¶ added in v0.27.0 func (l *Local) Put(ctx context.Context, path string, content []byte) error func (*Local) Root ¶ added in v0.27.0 func (l *Local) Root() string func (*Local) StoreReport ¶ added in v0.27.0 func (l *Local) StoreReport(ctx context.Context, r *report.Report) error Source Files ¶ View all Source files local.go Click to show internal directories. Click to hide internal directories.