server

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunGrpc

func RunGrpc(ctx context.Context, server *grpc.Server, listener net.Listener) error

func RunHttp

func RunHttp(ctx context.Context, server *http.Server, certFile, keyFile string) error

Types

type Server

type Server interface {
	Run(context.Context) error
}

type ServerFunc

type ServerFunc func(context.Context) error

func (ServerFunc) Run

func (f ServerFunc) Run(ctx context.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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