...

Package server

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

Overview ▾

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.

type ABitOfEverythingServer

type ABitOfEverythingServer interface {
    examples.ABitOfEverythingServiceServer
    examples.StreamServiceServer
}