package
module
Version:
v0.0.0-...-a6d8167
Opens a new window with list of versions in this module.
Published: Dec 13, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Content struct {
Created_at int64 `json:"timestamp"`
Text string `json:"text"`
}
type Message struct {
Id string `json:"id"`
Content Content `json:"content"`
Pubkey string `json:"pubkey"`
Sig string `json:"sig"`
}
the only struct for a meteora message
Source Files
¶
Click to show internal directories.
Click to hide internal directories.