Documentation
¶
Overview ¶
Package dispatch provides a provider that dispatches calls by URN such as `Create` to resource level invocations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Customs map[tokens.Type]t.CustomResource
Components map[tokens.Type]t.ComponentResource
Invokes map[tokens.Type]t.Invoke
ModuleMap map[tokens.ModuleName]tokens.ModuleName
}
Options configures Wrap with dispatch tables.
Click to show internal directories.
Click to hide internal directories.