Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
Endpoints holds all Go kit endpoints for the service.
func MakeEndpoints ¶
MakeEndpoints initializes all Go kit endpoints for the service.
type UnlockRequest ¶
type UnlockRequest struct { EventID uuid.UUID DeviceID uuid.UUID Code string }
UnlockRequest holds the request parameters for the Unlock method.
type UnlockResponse ¶
UnlockResponse holds the response values for the Unlock method.
Click to show internal directories.
Click to hide internal directories.