server_stub.go 157 B

12345678910
  1. // +build !experimental windows
  2. package server
  3. import (
  4. "github.com/docker/docker/context"
  5. )
  6. func (s *Server) registerSubRouter(ctx context.Context) {
  7. }