port

package
v0.0.0-...-a12012e Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGRPCClient

func NewGRPCClient[Req, IReq, IResp, Resp any](
	conn *grpc.ClientConn,
	service, method string,
	encodeRequest converter.ConvertFunc[Req, IReq],
	decodeResponse converter.ConvertFunc[IResp, Resp],
	opts ...grpctransport.ClientOption,
) endpoint.Endpoint

Types

type Router

type Router interface {
	Register(router fiber.Router)
	Path() string
}

Jump to

Keyboard shortcuts

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