Documentation ¶
Overview ¶
Package fs provides a backend-agnostic filesystem layer for storing performance results.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS interface { // NewWriter returns a Writer for a given file name. // When the Writer is closed, the file will be stored with the // given metadata and the data written to the writer. NewWriter(ctx context.Context, name string, metadata map[string]string) (Writer, error) }
An FS stores uploaded benchmark data files.
Directories ¶
Path | Synopsis |
---|---|
Package gcs implements the fs.FS interface using Google Cloud Storage.
|
Package gcs implements the fs.FS interface using Google Cloud Storage. |
Package local implements the fs.FS interface using local files.
|
Package local implements the fs.FS interface using local files. |
Click to show internal directories.
Click to hide internal directories.