Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseProvider ¶ added in v2.11.0
type BaseProvider struct{}
BaseProvider is a provider that does nothing.
type BootstrapFunc ¶ added in v2.12.0
type Chain ¶ added in v2.22.0
type Chain []Provider
Chain is a provider that calls multiple providers in sequence.
type HandlerFunc ¶ added in v2.11.0
type Option ¶
type Option func(*Kernel)
func WithContext ¶ added in v2.11.0
func WithHandler ¶ added in v2.11.0
func WithProviders ¶ added in v2.18.0
func WithTerminateTimeout ¶ added in v2.11.0
type TerminateFunc ¶ added in v2.12.0
Click to show internal directories.
Click to hide internal directories.