Documentation ¶
Index ¶
Constants ¶
View Source
const ( RequestID contextKey = iota Signature ClientID )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthRequest ¶
type AuthRequest struct {
ClientID string `json:"client_id"`
}
type ChatMessage ¶
type ListenRequest ¶
type ListenRequest struct {
ClientID string `json:"client_id"`
}
type PushRequest ¶
type ResponseMessage ¶
type ResponseMessage struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.