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