grpc

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewService

func NewService(opts ...Option) grpc.Service

NewService initializes the grpc service and server.

Types

type Option

type Option func(o *Options)

Option defines a single option function.

func Address

func Address(val string) Option

Address provides an address for the service.

func Config

func Config(val *config.Config) Option

Config provides a function to set the config option.

func Consumer

func Consumer(consumer events.Consumer) Option

Consumer provides a function to configure the consumer

func Context

func Context(val context.Context) Option

Context provides a function to set the context option.

func Logger

func Logger(val log.Logger) Option

Logger provides a function to set the logger option.

func Metrics

func Metrics(val *metrics.Metrics) Option

Metrics provides a function to set the metrics option.

func Name

func Name(val string) Option

Name provides a name for the service.

func Namespace

func Namespace(val string) Option

Namespace provides a function to set the namespace option.

func Persistence

func Persistence(store store.Store) Option

Persistence provides a function to configure the store

func TraceProvider

func TraceProvider(traceProvider trace.TracerProvider) Option

TraceProvider provides a function to configure the trace provider

type Options

type Options struct {
	Name          string
	Address       string
	Logger        log.Logger
	Context       context.Context
	Config        *config.Config
	Metrics       *metrics.Metrics
	Namespace     string
	Persistence   store.Store
	Consumer      events.Consumer
	TraceProvider trace.TracerProvider
}

Options defines the available options for this package.

Jump to

Keyboard shortcuts

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