package
0.0.0-20190603091140-d91554c37e14
Repository: https://github.com/vaniila/hyper.git
Documentation: pkg.go.dev
# Functions
Cache to set custom cache engine.
ErrorsFromGraphQLErrors convert from GraphQL errors to regular errors.
ID to change server reference id.
Logger to set custom logger.
Message to set custom message broker.
New creates engine server.
Schema to set graphql schema.
Topic to set message broker pub-sub topic.
# Structs
No description provided by the author
DataMessagePayload defines the result data of an operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InitMessagePayload defines the parameters of a connection init message.
OperationMessage represents a GraphQL WebSocket message.
Options is the engine server options.
StartMessagePayload defines the parameters of an operation that a client requests to be started.
# Interfaces
CacheAdaptor interface.
Context interface.
Identity interface.
LoggerAdaptor logging interface.
MessageAdaptor broker interface.
Service interface.
Store interface.
Subscription interface.
Subscriptions interface.
# Type aliases
AuthorizeFunc type.
HandlerFunc type.
HookFunc type.
Option func.