Method
Run
(string, func(*testing.T))
Source from the content-addressed store, hash-verified
| 67 | type TBRun interface { |
| 68 | testing.TB |
| 69 | Run(string, func(*testing.T)) bool |
| 70 | } |
| 71 | |
| 72 | var testStartTime = time.Unix(0, 0).UTC() |
Implementers 15
discoverydocumentation/examples/custom-sd/adapt Adapterdocumentation/examples/custom-sd/adapt Poddiscovery/kubernetes/pod.go Nodediscovery/kubernetes/node.go