Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventGeneratorInput ¶
type EventGeneratorInput struct {
Namespace string
EventType notification.EventType
}
func (EventGeneratorInput) Validate ¶
func (i EventGeneratorInput) Validate() error
type TestEventGenerator ¶
type TestEventGenerator struct {
// contains filtered or unexported fields
}
func NewTestEventGenerator ¶
func NewTestEventGenerator(billingService billing.Service) *TestEventGenerator
func (*TestEventGenerator) Generate ¶
func (t *TestEventGenerator) Generate(ctx context.Context, in EventGeneratorInput) (notification.EventPayload, error)
Click to show internal directories.
Click to hide internal directories.