package
Version:
v0.0.0-...-cd17b1e
Opens a new window with list of versions in this module.
Published: Oct 8, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
ConnectionID string `json:"connectionId"`
}
Item is data that will be stored about a websocket connection in dynamoDB
type Message struct {
Data string `json:"data"`
}
Message is a struct representing data sent to and from a client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.