28b5eee832
Recent new features: - client: Add ClientConn.ResetConnectBackoff to force reconnections on demand - channelz: stage 4 - add security and socket option info with appengine build tags - ClientConn: add Target() returning target string - balancer: add rpc method to PickOptions - transport: set and respect HTTP/2 SETTINGS_MAX_HEADER_LIST_SIZE - client: Implement gRFC A6: configurable client-side retry support - grpc: update dial/server buffer options to support a "disable" setting - credentials/alts: Add AuthInfoFromContext utility API - status: Introduce FromContextError convenience function - server: export ServerTransportStreamFromContext for unary interceptors to control headers/trailers - metadata: Add Get, Set, and Append methods to metadata.MD - server: add grpc.Method function for extracting method from context - grpclb: cache SubConns for 10 seconds after it is removed from the backendlist - clientconn: add support for unix network in DialContext - client: introduce WithDisableServiceConfig DialOption - stickiness: add stickiness support - channelz: provide channel level info for live program network issue diagnosis/debugging
21 lines
645 B
Makefile
21 lines
645 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2018/09/11 20:03:27 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= go-grpc
|
|
|
|
.if !defined(GO_GRPC_BUILDLINK3_MK)
|
|
GO_GRPC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_CONTENTS_FILTER.go-grpc= ${EGREP} gopkg/
|
|
BUILDLINK_DEPMETHOD.go-grpc?= build
|
|
|
|
BUILDLINK_API_DEPENDS.go-grpc+= go-grpc>=1.0.1
|
|
BUILDLINK_PKGSRCDIR.go-grpc?= ../../net/go-grpc
|
|
|
|
.include "../../devel/go-glog/buildlink3.mk"
|
|
.include "../../devel/go-protobuf/buildlink3.mk"
|
|
.include "../../misc/go-genproto-googleapis-rpc/buildlink3.mk"
|
|
.include "../../net/go-net/buildlink3.mk"
|
|
.include "../../security/go-oauth2/buildlink3.mk"
|
|
.endif # GO_GRPC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -go-grpc
|