registrar

package
v0.0.0-...-0117b6e Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRetryableRegistrar

type IRetryableRegistrar interface {
	Start() error
	Stop()
	GetRegistrationAttemptedChan() chan struct{}
}

type RetryableRegistrar

type RetryableRegistrar struct {
	// contains filtered or unexported fields
}

func NewRetryableRegistrar

func NewRetryableRegistrar(agentCtx agentCtx.ICoreAgentContext) *RetryableRegistrar

func (*RetryableRegistrar) GetRegistrationAttemptedChan

func (r *RetryableRegistrar) GetRegistrationAttemptedChan() chan struct{}

GetRegistrationAttemptedChan returns a channel that is written to and closed after registration is attempted or has succeeded

func (*RetryableRegistrar) RegisterWithRetry

func (r *RetryableRegistrar) RegisterWithRetry()

func (*RetryableRegistrar) Start

func (r *RetryableRegistrar) Start() error

func (*RetryableRegistrar) Stop

func (r *RetryableRegistrar) Stop()

Jump to

Keyboard shortcuts

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