Versions in this module Expand all Collapse all v1 v1.53.0 Aug 28, 2026 Changes in this version + const DataScope + func ComposeUserAgent(prefix string) string + type Channel struct + func NewChannel(ctx context.Context, project, instance, appProfile, clientName string, ...) (*Channel, error) + func (c *Channel) Close() error + func (c *Channel) Invoke(ctx context.Context, method string, args, reply interface{}, ...) error + func (c *Channel) NewStream(ctx context.Context, _ *grpc.StreamDesc, method string, _ ...grpc.CallOption) (grpc.ClientStream, error) + type Server struct + func NewServer(udsPath string, channel *Channel, opts ...ServerOption) *Server + func (s *Server) ShutdownChan() <-chan struct{} + func (s *Server) Start() error + func (s *Server) Stop() + type ServerOption func(*Server) + func WithHandshakeTimeout(d time.Duration) ServerOption + func WithStdinReader(r io.Reader) ServerOption