package
Version:
v0.3.11-rc4
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
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 SSEBase struct {
Event SseType `json:"event"`
}
type SseMessage struct {
SSEBase
Data interface{} `json:"data"`
}
const (
SseType_Unknown SseType = "unknown"
SseType_Time SseType = "time"
SseType_Cluster_Created SseType = "cluster.created"
SseType_ClusterOrder_Updated SseType = "clusterOrder.updated"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.