Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentDirection = "direction" ComponentTypeInput = "input" ComponentTypeOutput = "output" // output bindings concurrency. ConcurrencyParallel = "parallel" ConcurrencySequential = "sequential" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
IsHTTP bool
Registry *compbindings.Registry
ComponentStore *compstore.ComponentStore
Meta *meta.Meta
Resiliency resiliency.Provider
GRPC *manager.Manager
TracingSpec *config.TracingSpec
Channels *channels.Channels
}
Click to show internal directories.
Click to hide internal directories.