grpcserver

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*Server)

Option - Type for server options

func Port

func Port(port string) Option

Port -

type Server

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

Server - Structure for server instance

func New

func New(opts ...Option) *Server

New - Creates new Server

func (*Server) Notify

func (s *Server) Notify() <-chan error

Notify -

func (*Server) Run

func (s *Server) Run()

Run -

func (*Server) Shutdown

func (s *Server) Shutdown() error

Shutdown -.

Jump to

Keyboard shortcuts

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