//
pkg.gl
Category
github.com/grafana/grafana-plugin-sdk-go
experimental
e2e
storage
package
0.263.0
Repository:
https://github.com/grafana/grafana-plugin-sdk-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
18
Dependents
4
Files
497 SLOC
#
Functions
NewHARStorage
NewHARStorage creates a new HARStorage.
NewOpenAPIStorage
NewOpenAPIStorage creates a new OpenAPI storage.
#
Structs
Entry
Entry represents a http.Request and http.Response pair.
HAR
HAR is a Storage implementation that stores requests and responses in HAR format on disk.
OpenAPI
OpenAPI is a storage implementation that stores requests and responses in OpenAPI format on disk.
#
Interfaces
Storage
Storage is an interface for storing Entry objects.