Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
C = newStore()
)
Functions ¶
func CreateChannel ¶
func CreateChannel(name, description string)
func ListChannels ¶
func SendMessage ¶
Types ¶
type Message ¶
type Message struct {
Id string
Text string
Created int64 `json:",string"`
Stream string
Metadata *Metadata
}
func ListMessages ¶
Click to show internal directories.
Click to hide internal directories.