eventsocket

package module
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2022 License: GPL-3.0 Imports: 9 Imported by: 1

README

eventsocket

Eventing over web sockets in go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DialEventServer

func DialEventServer(u *url.URL, handleFunc func(io.Reader)) (io.Closer, error)

Types

type EventServer

type EventServer interface {
	Send(io.Reader)
	http.Handler
	io.Closer
}

func NewEventServer

func NewEventServer() EventServer

Jump to

Keyboard shortcuts

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