providers

package
v0.0.0-...-2119b44 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SimPoolClientProvider

type SimPoolClientProvider interface {
	GetClient() (pb.SimServiceClient, error)
}

SimPoolClientProvider creates a local client to interact with a remote instance of Sim Pool service.

func NewSimPoolClientProvider

func NewSimPoolClientProvider(simPoolHost string, timeout time.Duration) SimPoolClientProvider

type SubscriberRegistryClientProvider

type SubscriberRegistryClientProvider interface {
	GetClient() (pb.RegistryServiceClient, error)
}

SubscriberRegistryClientProvider creates a local client to interact with a remote instance of Subscriber Registry service.

func NewSubscriberRegistryClientProvider

func NewSubscriberRegistryClientProvider(subscriberRegistryHost string, timeout time.Duration) SubscriberRegistryClientProvider

Jump to

Keyboard shortcuts

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