Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelEvent ¶
type CancelEvent struct{}
func (CancelEvent) ImplementsEvent ¶
func (CancelEvent) ImplementsEvent()
type DataEvent ¶
type DataEvent struct {
Type string
Open func() io.ReadCloser
}
func (DataEvent) ImplementsEvent ¶
func (DataEvent) ImplementsEvent()
type InitiateEvent ¶
type InitiateEvent struct{}
func (InitiateEvent) ImplementsEvent ¶
func (InitiateEvent) ImplementsEvent()
type OfferCmd ¶
type OfferCmd struct {
Tag event.Tag
Type string
Data io.ReadCloser
}
func (OfferCmd) ImplementsCommand ¶
func (OfferCmd) ImplementsCommand()
type RequestEvent ¶
type RequestEvent struct {
Type string
}
func (RequestEvent) ImplementsEvent ¶
func (RequestEvent) ImplementsEvent()
type SourceFilter ¶
func (SourceFilter) ImplementsFilter ¶
func (SourceFilter) ImplementsFilter()
type TargetFilter ¶
func (TargetFilter) ImplementsFilter ¶
func (TargetFilter) ImplementsFilter()
Click to show internal directories.
Click to hide internal directories.