xgrpc

package
v2.5.6 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DateToProto

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

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

func NewLoggerInterceptor

func NewLoggerInterceptor(logger *zap.Logger) grpc.UnaryServerInterceptor

NewLoggerInterceptor is a gRPC server-side interceptor that logs requests

Types

type Config

type Config struct {
	Address string
}

type HTTPStatusProvider

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