Registry / networking / go-micro-plugins-v4-server-grpc

go-micro-plugins-v4-server-grpc

JSON →
library1.2.0gogounverified

Package grpc provides a gRPC server implementation for the Go Micro framework.

go get github.com/go-micro/plugins/v4/server/grpc
INSTALL
IMPORT
SIG · GO-MICRO-PLUGINS-V
G
go-micro-plugins-v4-server-grpc
networkinggov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

grpc
github.com/go-micro/plugins/v4/server/grpc

Create a micro service with gRPC server

package main import ( "github.com/go-micro/plugins/v4/server/grpc" "go-micro.dev/v4" ) func main() { service := micro.NewService( micro.Server(grpc.NewServer()), ) service.Init() service.Run() }
Debug
Known issues
gotchaRequires Go Micro v4 and may not be compatible with other versions
fix
Ensure you are using go-micro.dev/v4 as the main framework
affects: all
Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
go-micro-plugins-v4-server-grpc — go get go-micro-plugins-v4-server-grpc · libregistry