...

Source file src/github.com/Microsoft/hcsshim/pkg/ncproxy/nodenetsvc/v1/doc.go

Documentation: github.com/Microsoft/hcsshim/pkg/ncproxy/nodenetsvc/v1

     1  // Package v1 contains the proto and compiled go files for the node
     2  // network service v1 implementation.
     3  //
     4  // A mock service under `mock` is used for unit testing the various services
     5  // used for ncproxy.
     6  package v1
     7  
     8  //go:generate go run github.com/golang/mock/mockgen -source=nodenetsvc.pb.go -package=nodenetsvc_v1_mock -destination=mock\nodenetsvc_mock.pb.go
     9  

View as plain text