package
1.3.0
Repository: https://github.com/warpstreamlabs/bento.git
Documentation: pkg.go.dev

# Functions

NewUnwrapInternalBatchProcessor returns wraps an internal component implementation.
NewUnwrapInternalInput returns wraps an internal component implementation.
NewUnwrapInternalOutput returns wraps an internal component implementation.
UnwrapBatcher unwraps a public *service.Batcher type into an internal *policy.Batcher type.
UnwrapManagement a public *service.Resources type into an internal bundle.NewManagement type.
UnwrapOwnedInput attempts to unwrap a public owned component into an internal variant.
UnwrapOwnedOutput attempts to unwrap a public owned component into an internal variant.
UnwrapOwnedProcessor attempts to unwrap a public owned component into an internal variant.

# Structs

UnwrapInternalBatchProcessor is a no-op implementation of an internal component that allows a public/service environment to unwrap it straight into the needed format during construction.
UnwrapInternalInput is a no-op implementation of an internal component that allows a public/service environment to unwrap it straight into the needed format during construction.
UnwrapInternalOutput is a no-op implementation of an internal component that allows a public/service environment to unwrap it straight into the needed format during construction.