extension

package
v0.0.0-...-a2da514 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event interface{}

type EventType

type EventType int
const (
	NOOP EventType = iota
	OnError
	OnRequest
	OnResponse
	OnRegister
	OnDeregister
	OnPublish
	OnSubscribe
	OnConnect
	OnDisconnect
	OnWatch
	OnUnwatch
	OnChange
	OnUpdate
	OnDelete
	OnQuery
	OnRoute
	OnSelect
	OnFilter
	OnTimeout
)

type Extension

type Extension interface {
	Hook(Event) Event
	HookAsync(Event) <-chan Event
}

Jump to

Keyboard shortcuts

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