grpc

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package grpc provides utility functions for working with gRPC.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseProcedure

func ParseProcedure(path string) (fullServiceName string, service string, method string)

ParseProcedure extracts full service name, service name and method from a gRPC path. The procedure path format is: /package.service/method Input: /xmtp.xmtpv4.message_api.ReplicationApi/QueryEnvelopes Output: fullServiceName="xmtp.xmtpv4.message_api.ReplicationApi", serviceName="ReplicationApi", method="QueryEnvelopes"

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL