github.com/vieux/docker@v0.6.3-0.20161004191708-e097c2a938c7/api/server/router/checkpoint/checkpoint_regular.go (about)

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