structs.go 67 B

1234567
  1. package api
  2. type TimedStopStub struct {
  3. // StopStub
  4. Time uint
  5. }