rpc_service

package
v0.0.0-...-6fe5f88 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2025 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

user_grpc_service.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRPCServerFactory

func GetRPCServerFactory(serviceName string, cfg *ClientConfig) (store.Factory, error)

GetRPCServerFactory returns a gRPC client factory for the given service, establishing a TLS connection when requested.

Types

type ClientConfig

type ClientConfig struct {
	Address    string
	ClientCA   string
	Insecure   bool
	ServerName string
	SkipVerify bool
}

ClientConfig describes how to connect to an RPC service.

Jump to

Keyboard shortcuts

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