Documentation ¶
Index ¶
- type Handler
- type Middleware
- func (_m *Middleware) After(ctx context.Context, in event.Event, out *event.Event, err error) (context.Context, error)
- func (_m *Middleware) AfterAll(ctx context.Context, inout []*cloudevents.InOut) (context.Context, error)
- func (_m *Middleware) Before(ctx context.Context, in *event.Event) (context.Context, error)
- func (_m *Middleware) BeforeAll(ctx context.Context, inout []*cloudevents.InOut) (context.Context, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
Middleware is an autogenerated mock type for the Middleware type
func (*Middleware) After ¶
func (_m *Middleware) After(ctx context.Context, in event.Event, out *event.Event, err error) (context.Context, error)
After provides a mock function with given fields: ctx, in, out, err
func (*Middleware) AfterAll ¶
func (_m *Middleware) AfterAll(ctx context.Context, inout []*cloudevents.InOut) (context.Context, error)
AfterAll provides a mock function with given fields: ctx, inout
func (*Middleware) BeforeAll ¶
func (_m *Middleware) BeforeAll(ctx context.Context, inout []*cloudevents.InOut) (context.Context, error)
BeforeAll provides a mock function with given fields: ctx, inout
Click to show internal directories.
Click to hide internal directories.