ws

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2022 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ContextKeyHTTPHeader = ContextKey{}

ContextKeyHTTPHeader context key for http header

Functions

func Connect

func Connect(ctx context.Context, ws wsConnection, service GraphQLService, options ...func(conn *connection)) func()

Connect implements the apollographql subscriptions-transport-ws protocol@v0.9.4 https://github.com/apollographql/subscriptions-transport-ws/blob/v0.9.4/PROTOCOL.md

func NewHandlerFunc

func NewHandlerFunc(svc GraphQLService, httpHandler http.Handler) http.HandlerFunc

NewHandlerFunc returns an http.HandlerFunc that supports GraphQL over websockets

func ReadLimit

func ReadLimit(limit int64) func(conn *connection)

ReadLimit limits the maximum size of incoming messages

func WriteTimeout

func WriteTimeout(d time.Duration) func(conn *connection)

WriteTimeout sets a timeout for outgoing messages

Types

type ContextKey

type ContextKey struct{}

ContextKey type

type GraphQLService

type GraphQLService interface {
	Subscribe(ctx context.Context, document string, operationName string, variableValues map[string]interface{}) (payloads <-chan interface{}, err error)
}

GraphQLService interface

Jump to

Keyboard shortcuts

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