Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClients ¶
type APIClients struct {
// contains filtered or unexported fields
}
func New ¶
func New( ctx context.Context, cfg *config.Config, log logrus.FieldLogger, ) (*APIClients, error)
func (*APIClients) NSWatcher ¶
func (c *APIClients) NSWatcher(ctx context.Context, opts ns_watcher.NSWatcherOptions) ( ns_watcher.NSWatcherInterface, error, )
func (*APIClients) RelayClient ¶
func (c *APIClients) RelayClient() relay_client.RelayClientInterface
type APIClientsInterface ¶
type APIClientsInterface interface { RelayClient() relay_client.RelayClientInterface NSWatcher(context.Context, ns_watcher.NSWatcherOptions) (ns_watcher.NSWatcherInterface, error) }
Click to show internal directories.
Click to hide internal directories.