Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoDestinations = errors.New("No destination is configured for token")
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is a service for accepting, multiplexing events and sending to consumers
func NewService ¶
func NewService(destinationService *destinations.Service) *Service
NewService returns configured Service instance
Click to show internal directories.
Click to hide internal directories.