mirror of
https://github.com/helm/helm.git
synced 2026-03-27 21:04:29 -04:00
10 lines
394 B
Go
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
|