server

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Close

type Close func()

Close is a method to call to close a resource or procedure

type NetworkService

type NetworkService interface {
	// ListenAndServe will listen and serve traffic, returns a close and any error that occurred
	ListenAndServe() (Close, error)
}

NetworkService is a network service that can serve remote clients

Directories

Path Synopsis
Package tchannelthrift contains code for servicing RPC requests via tchannel.
Package tchannelthrift contains code for servicing RPC requests via tchannel.

Jump to

Keyboard shortcuts

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