Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMappingNotFound = fmt.Errorf("mapping not found: %w", apiframework.ErrNotFound)
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
Bus
ListMappings(ctx context.Context) ([]eventstore.MappingConfig, error)
GetMapping(ctx context.Context, path string) (*eventstore.MappingConfig, error)
Renderer
}
func New ¶
func New( eventMapping eventmappingservice.Service, eventsource eventsourceservice.Service, syncInterval time.Duration, ) Service
New creates a new eventBridge instance with initial synchronization
Click to show internal directories.
Click to hide internal directories.