Tester represents a tester for satellite and node configurations
| 11 | |
| 12 | // Tester represents a tester for satellite and node configurations |
| 13 | type Tester struct { |
| 14 | satelliteConfig *satellite.Satellite |
| 15 | nodeConfig *node.Node |
| 16 | } |
| 17 | |
| 18 | // NewTester returns a new Tester instance |
| 19 | func NewTester(satelliteConfig *satellite.Satellite, nodeConfig *node.Node) *Tester { |
nothing calls this directly
no outgoing calls
no test coverage detected