Documentation ¶
Index ¶
Constants ¶
View Source
const (
KeyValueBootstrap = "bootstrap"
)
Variables ¶
This section is empty.
Functions ¶
func CommonAddressHexRepair ¶ added in v1.2.3
Types ¶
type CounterID ¶
type CounterID struct {
// contains filtered or unexported fields
}
func NewCounterID ¶
func NewCounterID() *CounterID
type ListenCloser ¶ added in v1.1.3
ListenCloser listens for messages until it's asked to close
type ListenCloserFactory ¶ added in v1.1.3
type ListenCloserFactory func(*servicesctrl.Control, cfg.Config, int, int) ListenCloser
type RetrySleeper ¶ added in v1.3.2
type RetrySleeper struct {
// contains filtered or unexported fields
}
func NewRetrySleeper ¶ added in v1.3.2
func (*RetrySleeper) Inc ¶ added in v1.3.2
func (r *RetrySleeper) Inc()
type Running ¶ added in v1.3.2
type Running interface { Close() IsStopped() bool }
func NewRunning ¶ added in v1.3.2
func NewRunning() Running
type UniqueID ¶
func NewMemoryUniqueID ¶
func NewMemoryUniqueID() UniqueID
Source Files ¶
Click to show internal directories.
Click to hide internal directories.