Documentation
¶
Index ¶
Constants ¶
View Source
const (
BaseURL = "https://hive.ethpandaops.io"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hive ¶
type Hive interface {
// Snapshot takes a screenshot of the test coverage for a specific client.
Snapshot(ctx context.Context, cfg SnapshotConfig) ([]byte, error)
// IsAvailable checks if Hive is available for a given network.
IsAvailable(ctx context.Context, network string) (bool, error)
// GetBaseURL returns the base URL of the Hive instance.
GetBaseURL() string
}
Hive is the interface for Hive operations.
type SnapshotConfig ¶
SnapshotConfig contains configuration for taking a screenshot of the test coverage.
func (*SnapshotConfig) Validate ¶
func (c *SnapshotConfig) Validate() error
Validate validates the snapshot configuration.
Click to show internal directories.
Click to hide internal directories.