package
Version:
v0.0.0-...-cf730da
Opens a new window with list of versions in this module.
Published: Jun 22, 2017
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
ID string `json:"id"`
RoomName string `json:"roomName"`
RoomUsername string `json:"roomUsername"`
OwnerUsername string `json:"ownerUsername"`
Content string `json:"content"`
CreationDatetime time.Time `json:"creationDatetime"`
EditionDatetime time.Time `json:"editionDatetime"`
}
type EventData struct {
Event string `json:"event"`
Data
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.