...

Source file src/github.com/Microsoft/hcsshim/internal/computeagent/doc.go

Documentation: github.com/Microsoft/hcsshim/internal/computeagent

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

View as plain text