grpc

package
v0.62.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2021 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package grpc provides a gRPC component with included observability.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	// contains filtered or unexported fields
}

Builder pattern for our gRPC service.

func New

func New(port int) *Builder

New builder.

func (*Builder) Create

func (b *Builder) Create() (*Component, error)

Create the gRPC component.

func (*Builder) WithOptions

func (b *Builder) WithOptions(oo ...grpc.ServerOption) *Builder

WithOptions allows gRPC server options to be set.

type Component

type Component struct {
	// contains filtered or unexported fields
}

Component of a gRPC service.

func (*Component) Run

func (c *Component) Run(ctx context.Context) error

Run the gRPC service.

func (*Component) Server

func (c *Component) Server() *grpc.Server

Server returns the gRPC sever.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL