Documentation ¶
Overview ¶
Package wsutil declares common types and implements some WebSocket utility functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ObjectPayload ¶ added in v0.2.0
type ObjectPayload map[string]interface{}
ObjectPayload represents object-typed data.
func (ObjectPayload) String ¶ added in v0.2.0
func (p ObjectPayload) String(key string) string
String returns the value associated with the specified key.
Key comparison is case-insensitive.
Click to show internal directories.
Click to hide internal directories.