integrations

package
v0.9.3 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TryConnectServices

func TryConnectServices(ctx context.Context, retryMax int, retrySleep time.Duration, services []ServiceInterface, logger *zerolog.Logger) error

try to connect services of ServiceInterface interface type. this accounts for delays in statup of dependencies

Types

type ServiceInterface

type ServiceInterface interface {
	Connect(context.Context) error
	ServiceName() string
}

service / integrations interface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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