package
2.1.0+incompatible
Repository: https://github.com/fhalim/centrifugo.git
Documentation: pkg.go.dev

# Functions

GetCommandDecoder ...
GetDecoder ...
GetEncoder ...
GetReplyEncoder ...
No description provided by the author
NewHandler creates new APIHandler.
NewJSONCommandDecoder ...
NewJSONDecoder ...
NewJSONEncoder ...
NewJSONReplyEncoder ...
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
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
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
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
No description provided by the author
NewPopulatedRaw required for gogoprotobuf custom type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewProtobufCommandDecoder ...
NewProtobufDecoder ...
NewProtobufEncoder ...
NewProtobufReplyEncoder ...
PutCommandDecoder ...
PutDecoder ...
PutEncoder ...
PutReplyEncoder ...
No description provided by the author
RegisterGRPCServerAPI registers GRPC API service in provided GRPC server.

# Constants

EncodingJSON means JSON protocol.
EncodingProtobuf means protobuf protocol.
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
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
ErrorBadRequest says that Centrifugo can not parse received data because it is malformed.
ErrorInternal means server error, if returned this is a signal that something went wrong with Centrifugo itself.
ErrorLimitExceeded says that some sort of limit exceeded, server logs should give more detailed information.
ErrorMethodNotFound means that method sent in command does not exist.
ErrorNamespaceNotFound means that namespace in channel name does not exist.
ErrorNotAvailable means that resource is not enabled.
No description provided by the author
No description provided by the author

# Structs

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
Config configures APIHandler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GRPCAPIServiceConfig for GRPC API Service.
Handler is responsible for processing API commands over HTTP.
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
No description provided by the author
JSONCommandDecoder ...
JSONDecoder ...
JSONEncoder ...
JSONReplyEncoder ...
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
ProtobufCommandDecoder ...
ProtobufDecoder ...
ProtobufEncoder ...
ProtobufReplyEncoder ...
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

# Interfaces

No description provided by the author
No description provided by the author
CommandDecoder ...
Decoder ...
Encoder ...
ReplyEncoder ...

# Type aliases

Encoding determines connection protocol encoding in use.
No description provided by the author
Raw type used by Centrifugo as type for fields in structs which value we want to left untouched.