Documentation ¶
Overview ¶
Package services provides the background operations that the application runs independent of any HTTP interfaces, e.g. data cleanups on timers
Index ¶
- func BindGatewayHandlers(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func InitializeGrpcServers(_ context.Context, server *grpc.Server, services *registry.Registry, ...) error
- func RegisterDefaultServices(services *registry.Registry)
- type DeadLetterSettings
- type PruneCommonSettings
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindGatewayHandlers ¶
func InitializeGrpcServers ¶
func RegisterDefaultServices ¶
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()
Click to show internal directories.
Click to hide internal directories.