apollo

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Authentication

func Authentication(r *http.Request, f AuthenticateFunc) func(conn *connection)

func Connect

func Connect(connectionID string, ws wsConnection, service GraphQLService, options ...func(conn *connection))

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 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 AuthenticateFunc

type AuthenticateFunc func(ctx context.Context, r *http.Request, payload map[string]interface{}) (context.Context, error)

type GraphQLService

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

GraphQLService interface

type Middleware

type Middleware struct {
	// contains filtered or unexported fields
}

func NewMiddleware

func NewMiddleware(service GraphQLService, authenticate func(context.Context, string, string) (context.Context, error)) *Middleware

func (*Middleware) Handler

func (m *Middleware) Handler(next http.Handler) http.Handler

Jump to

Keyboard shortcuts

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