Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAgentOptions ¶
func NewAgentOptions(protocol options.CloudEventsProtocol, clusterName, agentID string) *options.CloudEventsAgentOptions
func NewSourceOptions ¶
func NewSourceOptions(protocol options.CloudEventsProtocol, sourceID string) *options.CloudEventsSourceOptions
Types ¶
type CloudEventsFakeOptions ¶
type CloudEventsFakeOptions struct {
// contains filtered or unexported fields
}
func (*CloudEventsFakeOptions) ErrorChan ¶
func (o *CloudEventsFakeOptions) ErrorChan() <-chan error
func (*CloudEventsFakeOptions) Protocol ¶ added in v0.14.0
func (o *CloudEventsFakeOptions) Protocol(ctx context.Context) (options.CloudEventsProtocol, error)
func (*CloudEventsFakeOptions) WithContext ¶
func (o *CloudEventsFakeOptions) WithContext(ctx context.Context, evtCtx cloudevents.EventContext) (context.Context, error)
Click to show internal directories.
Click to hide internal directories.