Documentation
¶
Overview ¶
Copyright 2020 New Relic Corporation. All rights reserved. SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisterSM ¶
type RegisterSM interface {
// state getters
State() Register
RetryAfter() time.Duration
// setters
NextRetryAfter(duration time.Duration)
NextRetryWithBackoff()
}
RegisterSM register endpoint state manager
func NewRegisterSM ¶
func NewRegisterSM() RegisterSM
NewRegisterSM creates a new register endpoint state manager
Click to show internal directories.
Click to hide internal directories.