Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Whisper ¶
type Whisper struct {
Name string `json:"name,omitempty"`
Message string `json:"message,omitempty"`
Private bool `json:"private,omitempty"`
Snowflake int64 `json:"snowflake,omitempty"`
Timestamp string `json:"timestamp,omitempty"`
}
func (Whisper) Description ¶
func (Whisper) FilterValue ¶
Click to show internal directories.
Click to hide internal directories.