package
0.0.0-20241017053259-5858a7f76baa
Repository: https://github.com/phogolabs/plex.git
Documentation: pkg.go.dev
# Functions
CookieFromIncomingContext returns the cookie.
GetString converts to a string wrapper from a string pointer.
NewGateway creates a new grpc server.
SetCookie adds a Set-Cookie header to the provided server transport context.
SetStatusCode sets the status code.
ToString convert to a string pointer from wrapper.
WithChain sets the interceptor chain.
WithDefault sets the default option.
# Constants
ContentType is a grpc content-type.
# Variables
KeepaliveOption represents a keep alive option For more information have a look:
https://stackoverflow.com/questions/52993259/problem-with-grpc-setup-getting-an-intermittent-rpc-unavailable-error.
Match matches the request.
# Interfaces
GatewayOption represents a gateway option.
Interceptor represents a grpc interface.
# Type aliases
ChainInterceptor creates a single interceptor out of a chain of many interceptors.
GatewayOptionFunc represnts a gateway option func.