package
2.1.1+incompatible
Repository: https://github.com/eleniums/gohost.git
Documentation: pkg.go.dev

# README

Example Service: test

This example service is used for testing purposes.

Prerequisites

  • Install gRPC
    • Make sure protoc is in GOPATH/bin
    • Make sure google/protobuf is also in GOPATH/bin
  • Install grpc-gateway

Regenerate client/server from proto

  • Use go:generate to build client/server and swagger docs:
    • go generate

# Packages

Package test is a reverse proxy.

# Functions

NewService creates a new instance of Service.

# Structs

Service contains the implementation for the gRPC service.