Documentation ¶
Index ¶
- func BuildExpectedResultParameters(descriptor protoreflect.MessageDescriptor) []coverage.ResultParameters
- type GRPCReflectionClient
- func (c *GRPCReflectionClient) GetServiceDescriptor(service string) (*desc.ServiceDescriptor, error)
- func (c *GRPCReflectionClient) GetServiceMethods(service string) ([]string, error)
- func (c *GRPCReflectionClient) GetServiceMethodsDescriptors(service string) ([]*desc.MethodDescriptor, error)
- func (c *GRPCReflectionClient) GetServices() ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildExpectedResultParameters ¶
func BuildExpectedResultParameters(descriptor protoreflect.MessageDescriptor) []coverage.ResultParameters
Types ¶
type GRPCReflectionClient ¶
type GRPCReflectionClient struct {
// contains filtered or unexported fields
}
func NewGRPCReflectionClient ¶
func (*GRPCReflectionClient) GetServiceDescriptor ¶
func (c *GRPCReflectionClient) GetServiceDescriptor(service string) (*desc.ServiceDescriptor, error)
func (*GRPCReflectionClient) GetServiceMethods ¶
func (c *GRPCReflectionClient) GetServiceMethods(service string) ([]string, error)
func (*GRPCReflectionClient) GetServiceMethodsDescriptors ¶
func (c *GRPCReflectionClient) GetServiceMethodsDescriptors(service string) ([]*desc.MethodDescriptor, error)
func (*GRPCReflectionClient) GetServices ¶
func (c *GRPCReflectionClient) GetServices() ([]string, error)
Click to show internal directories.
Click to hide internal directories.