grpc

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2025 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GRPCProvider

type GRPCProvider struct {
	BaseProvider
	Host        string `json:"host"`
	Port        int    `json:"port"`
	ServiceName string `json:"service_name"`
	MethodName  string `json:"method_name"`
	// Target optionally specifies the gNMI target name for Subscribe operations.
	Target string `json:"target,omitempty"`
	UseSSL bool   `json:"use_ssl"`
	Auth   *Auth  `json:"auth,omitempty"`
}

GRPCProvider represents a gRPC service.

func UnmarshalGRPCProvider

func UnmarshalGRPCProvider(data []byte) (*GRPCProvider, error)

Jump to

Keyboard shortcuts

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