checkpoint_regular.go 186 B

12345678
  1. // +build !experimental
  2. package checkpoint
  3. func (r *checkpointRouter) initRoutes() {}
  4. // Backend is empty so that the package can compile in non-experimental
  5. type Backend interface{}