ServoController abstracts away servo
| 67 | |
| 68 | // ServoController abstracts away servo |
| 69 | type ServoController interface { |
| 70 | Sample(offset int64, localTs uint64) (float64, servo.State) |
| 71 | Unlock() |
| 72 | } |
| 73 | |
| 74 | // Timestamper represents a device that can return a Timestamp |
| 75 | type Timestamper interface { |
no outgoing calls
no test coverage detected
searching dependent graphs…