Categorygithub.com/phiskills/grpc-api.go
modulepackage
0.0.1
Repository: https://github.com/phiskills/grpc-api.go.git
Documentation: pkg.go.dev

# README

Phi Skills Generic gRPC API Server for Go

Homepagehttps://phiskills.com
GitHubhttps://github.com/phiskills

Overview

This project contains the Go module to create a generic gRPC API Server.

Installation

go get github.com/phiskills/grpc-api.go

Creating the server

package main
import "github.com/phiskills/grpc-api.go"

api := grpc.New('My API')
xxx.RegisterXxxServer(api.Server(), &xxxServer{})
api.Start()

For more details, see gRPC Basics - Go: Creating the server.

# Packages

No description provided by the author

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author