Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Helper ¶
type Helper struct {
// contains filtered or unexported fields
}
Helper assists in creating event handlers.
func NewDefaultHelper ¶
func NewDefaultHelper(ctx context.Context, handler *cloudevents.HandlerWrapper) *Helper
NewDefaultHelper returns a new Helper with default options.
func NewHelper ¶
func NewHelper(ctx context.Context, options *Options, handler *cloudevents.HandlerWrapper) *Helper
NewHelper returns a new Helper with options.
Click to show internal directories.
Click to hide internal directories.