package
0.3.0
Repository: https://github.com/raystack/raccoon.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

`BAD_REQUEST` indicates there is something wrong with the request.
`INTERNAL_ERROR` indicates that Raccoon encountered an unexpected condition that prevented it from fulfilling the request.
`MAX_CONNECTION_LIMIT_REACHED` indicates that Raccoon is unable to accepts new connection due to max connection is reached.
`MAX_USER_LIMIT_REACHED` indicates that existing connection with the same ID.
`OK` indicates the request is processed successfully.
`CODE_UNSPECIFIED` indicates no appropriate/existing code can describe it.
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

Enum value maps for Code.
Enum value maps for Code.
EventService_ServiceDesc is the grpc.ServiceDesc for EventService service.
No description provided by the author
Enum value maps for Status.
Enum value maps for Status.

# Structs

No description provided by the author
`EventRequest` defines the contract to push events to Raccoon An `EventRequest` allows you to push more than one events(batch).
No description provided by the author
UnimplementedEventServiceServer must be embedded to have forward compatible implementations.

# Interfaces

EventServiceClient is the client API for EventService service.
EventServiceServer is the server API for EventService service.
UnsafeEventServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

No description provided by the author
No description provided by the author