registration

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleRegistration

type BundleRegistration struct {
	MsgID            string
	CreateBundleFunc func() status.Bundle
	Predicate        func() bool
}

BundleRegistration abstract the registration for bundles according to bundle key in transport layer.

type CustomBundleRegistration

type CustomBundleRegistration struct {
	InitBundlesResourceFunc func() interface{}
	BundleUpdatesChan       chan interface{}
}

CustomBundleRegistration abstract the registration for custom bundles according to bundle ID in transport layer. Custom-bundles are bundles that do not implement bundle.GenericBundle.

Jump to

Keyboard shortcuts

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