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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Server

func Server(opts ...Option) (*grpc.Server, func(), error)

Server initializes a new grpc service ready to run THIS SERVICE IS REGISTERED AGAINST REVA, NOT GO-MICRO

Types

type Option

type Option func(o *Options)

Option defines a single option function.

func AppURLs

func AppURLs(val map[string]map[string]string) Option

AppURLs provides app urls based on mimetypes.

func Config

func Config(val *config.Config) Option

Config provides a function to set the config option.

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 Name

func Name(val string) Option

Name provides a name for the service.

func Store

func Store(val microstore.Store) Option

Store provides a function to set the Store option

func TraceProvider

func TraceProvider(val trace.TracerProvider) Option

TraceProvider provides a function to set the trace provider option.

type Options

type Options struct {
	AppURLs       map[string]map[string]string
	Name          string
	Logger        log.Logger
	Context       context.Context
	Config        *config.Config
	TraceProvider trace.TracerProvider
	Store         microstore.Store
}

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