Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseData ¶
type StreamReader ¶
func (*StreamReader) Close ¶
func (stream *StreamReader) Close() error
func (*StreamReader) Recv ¶
func (stream *StreamReader) Recv() (response *StreamResponse, err error)
type StreamResponse ¶
type StreamResponse struct {
Event string `json:"Event"`
Data *ResponseData `json:"Data"`
}
Click to show internal directories.
Click to hide internal directories.