File: rpc.go

package info (click to toggle)
golang-github-influxdata-yarpc 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
package yarpc

//go:generate protoc -I$GOPATH/src -I. --gogofaster_out=. codes/codes.proto
//go:generate protoc -I$GOPATH/src -I. --gogofaster_out=. status/status.proto
//go:generate protoc -I$GOPATH/src -I. --gogofaster_out=Mgoogle/protobuf/descriptor.proto=github.com/gogo/protobuf/protoc-gen-gogo/descriptor:. yarpcproto/yarpc.proto

const (
	SupportPackageIsVersion1 = true
)