helm/pkg/hapi/doc.go
Matt Butcher 0868355d3e feat(cmd): add grpc client and server
So far, they just have basic readiness checks.
2016-04-08 16:41:21 -06:00

10 lines
394 B
Go

//go:generate protoc -I ../../_proto ../../_proto/helm.proto --go_out=plugins=grpc:.
/*Package hapi contains the Helm API (HAPI).
Helm uses gRPC to handle communication between client and server. This package
contains the definitions of the API objeccts.
The files in this package that end with the extension *.pb.go are automatically
generated by Protobuf for use with gRPC.
*/
package hapi