//
pkg.gl
Category
github.com/asim/go-micro/v3
util
grpc
package
3.7.1
Repository:
https://github.com/asim/go-micro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
46 SLOC
#
Functions
ServiceFromMethod
ServiceFromMethod returns the service /service.Foo/Bar => service.
ServiceMethod
ServiceMethod converts a gRPC method to a Go method Input: Foo.Bar, /Foo/Bar, /package.Foo/Bar, /a.package.Foo/Bar Output: [Foo, Bar].