xgrpc

package
v0.48.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DateToProto added in v0.21.0

func DateToProto(d xdate.Date) *date.Date

DateToProto converts a gothic date.Date to a google proto date.Date

func NewLoggerInterceptor

func NewLoggerInterceptor(logger xlogger.Logger) grpc.UnaryServerInterceptor

NewLoggerInterceptor is a gRPC server-side interceptor that logs requests

Types

type Config

type Config struct {
	Address string
}

type HTTPStatusProvider added in v0.13.1

type HTTPStatusProvider interface {
	HTTPStatus() int
}

type Server

type Server struct {
	*grpc.Server
	// contains filtered or unexported fields
}

func NewServer

func NewServer(logger *zap.Logger, config Config, unaryInterceptors ...grpc.UnaryServerInterceptor) *Server

func (*Server) Start

func (s *Server) Start() error

Start starts the grpc server This is a non-blocking call, it will start the server in a goroutine

Jump to

Keyboard shortcuts

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