Discover Packages
github.com/imperviousai/imp-daemon
messages
package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Oct 10, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type MessageEvent struct {
Id string `json:"id"`
MessageId string `json:"messageId"`
DID string `json:"did"`
Type string `json:"type"`
EventTime time .Time `json:"added"`
}
type MessageInfo struct {
Id string `json:"id"`
Type string `json:"type"`
Recipients []string `json:"recipients"`
Data []byte `json:"data"`
Events []MessageEvent `json:"events"`
Transport string `json:"transport"`
GroupId string `json:"group_id"`
Added time .Time `json:"added"`
}
type MessageQuery struct {
Id string `json:"id"`
Type string `json:"type"`
Recipients []string `json:"recipients"`
}
Source Files
¶
Directories
¶
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
Click to show internal directories.
Click to hide internal directories.