Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
NewService creates new lambda service instance for lambda which works with WebSocket route.
Types ¶
type Request ¶
type Request interface {
ss.NoCopy
Log() ss.LogStream
GetConnectionID() ss.ConnectionID
GetUserID() ss.UserID
ReadClientInfo() gate.ClientInfo
ReadClientKey() db.DeviceCryptoKey
ReadRequest(interface{})
Respond(interface{})
}
Request describes request to lambda.
Click to show internal directories.
Click to hide internal directories.