Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSEConnection ¶
type SSEConnection struct {
// contains filtered or unexported fields
}
SSEConnection 表示单个SSE连接
func NewConnection ¶
func NewConnection(w http.ResponseWriter) (*SSEConnection, error)
NewConnection 创建新的SSE连接
func (*SSEConnection) SendMessage ¶
func (c *SSEConnection) SendMessage(msg *SSEMessage) error
SendMessage 发送SSE消息
func (*SSEConnection) StartHeartbeat ¶
func (c *SSEConnection) StartHeartbeat(interval time.Duration)
StartHeartbeat 启动心跳机制
Click to show internal directories.
Click to hide internal directories.