Ver Fonte

Merge pull request #326 from mavenugo/wneigh

Fixing a windows compile error in docker during vendor-in
Madhu Venugopal há 10 anos atrás
pai
commit
e0e445434f
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      libnetwork/sandbox/neigh_windows.go

+ 4 - 0
libnetwork/sandbox/neigh_windows.go

@@ -0,0 +1,4 @@
+package sandbox
+
+// NeighOption is a function option type to set neighbor options
+type NeighOption func()