Documentation ¶
Index ¶
Constants ¶
View Source
const (
SERVICE_NAME string = "EventPublisher"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPublisherService ¶
type EventPublisherService interface {
Publish(event cloudevents.Event) bool
}
func New ¶
func New(config *configuration.ConfigurationRoot) EventPublisherService
Click to show internal directories.
Click to hide internal directories.