handler

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2021 License: MPL-2.0-no-copyleft-exception, MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type H

type H struct {
	config.UserConfig `yaml:",inline"`
	config.Service    `yaml:",inline"`
}

H is the standard handler for GRPC. It contains similar information to the http version.

func (*H) Boot

func (h *H) Boot(t net.Listener, s *grpc.Server, finished chan struct{}) (chan struct{}, error)

Boot boots the service. It returns a done channel for closing and any errors.

func (*H) CreateServer

func (h *H) CreateServer() (*grpc.Server, io.Closer, error)

CreateServer creates the grpc server

Jump to

Keyboard shortcuts

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