package server

import "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/server"

Index

Functions

func NoBodyPostServer_RetrieveContextRPC

func NoBodyPostServer_RetrieveContextRPC() context.Context

func NoBodyPostServer_RetrieveContextStream

func NoBodyPostServer_RetrieveContextStream() context.Context

func Run

func Run(ctx context.Context, network, address string) error

Run starts the example gRPC service. "network" and "address" are passed to net.Listen.

func RunInProcessGateway

func RunInProcessGateway(ctx context.Context, addr string, opts ...runtime.ServeMuxOption) error

RunInProcessGateway starts the invoke in process http gateway.

Types

type ABitOfEverythingServer

type ABitOfEverythingServer interface {
	examples.ABitOfEverythingServiceServer
	examples.StreamServiceServer
}

Source Files

a_bit_of_everything.go echo.go fieldmask_helper.go flow_combination.go main.go no_body_post.go non_standard_names.go responsebody.go unannotatedecho.go

Version
v2.26.3 (latest)
Published
Mar 4, 2025
Platform
linux/amd64
Imports
30 packages
Last checked
1 week ago

Tools for package owners.