message

package
v0.0.0-...-cf730da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

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

type EventData struct {
	Event string `json:"event"` //delete, edit,create
	Data
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL