package
Version:
v0.0.0-...-ae47fb0
Opens a new window with list of versions in this module.
Published: Jun 24, 2020
License: Apache-2.0
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 Base struct {
ID string `json:"id"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
Base defines the basic fields for all models
type Message struct {
Base
PeerID string `json:"peer_id"`
Data string `json:"data"`
}
Message is a model to store messages
NewMessage returns instatiated Message struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.