protocol

package
v1.22.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package protocol Package event provides various protocol event.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binder

type Binder struct {
	ID            string
	Ctx           context.Context
	ParentContext context.Context
	CancelFn      context.CancelFunc
	Client        cloudevents.Client
	// Address of the protocol
	Address string
	//DataIn data coming in to this protocol
	DataIn <-chan *channel.DataChan
	//DataOut data coming out of this protocol
	DataOut chan<- *channel.DataChan
	//close on true
	Close    <-chan bool
	Protocol interface{}
}

Binder ...protocol binder base struct

Directories

Path Synopsis
Package http provides transport data processing and handling.
Package http provides transport data processing and handling.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL