()
| 80 | } |
| 81 | |
| 82 | func (s *statelessCheckState) String() string { |
| 83 | return s.c.modName + ":" + s.c.instName |
| 84 | } |
| 85 | |
| 86 | func (s *statelessCheckState) CheckConnection(ctx context.Context) module.CheckResult { |
| 87 | if s.c.connCheck == nil { |
no outgoing calls
no test coverage detected