services

package
v0.12.11 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 50 Imported by: 0

Documentation

Overview

Package services provides the background operations that the application runs independent of any HTTP interfaces, e.g. data cleanups on timers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindGatewayHandlers

func BindGatewayHandlers(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

func InitializeGrpcServers

func InitializeGrpcServers(_ context.Context, server *grpc.Server, services *registry.Registry, client_ entcommon.EntClientBase) error

func RegisterDefaultServices

func RegisterDefaultServices(services *registry.Registry)

Types

type DeadLetterSettings

type DeadLetterSettings struct {
	actions.DeadLetterDeliveriesParams
	Interval time.Duration
	Fuzz     time.Duration
	Backoff  time.Duration
}

func (*DeadLetterSettings) ApplyDefaults

func (s *DeadLetterSettings) ApplyDefaults()

type PruneCommonSettings

type PruneCommonSettings struct {
	actions.PruneCommonParams
	Interval time.Duration
	Fuzz     time.Duration
	Backoff  time.Duration
}

func (*PruneCommonSettings) ApplyDefaults

func (s *PruneCommonSettings) ApplyDefaults()

Jump to

Keyboard shortcuts

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