MCPcopy Create free account
hub / github.com/KOSASIH/skybridge / Tester

Struct Tester

tools/test/test.go:13–16  ·  view source on GitHub ↗

Tester represents a tester for satellite and node configurations

Source from the content-addressed store, hash-verified

11
12// Tester represents a tester for satellite and node configurations
13type Tester struct {
14 satelliteConfig *satellite.Satellite
15 nodeConfig *node.Node
16}
17
18// NewTester returns a new Tester instance
19func NewTester(satelliteConfig *satellite.Satellite, nodeConfig *node.Node) *Tester {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected