Documentation ¶
Index ¶
- Constants
- Variables
- func ContainerMetricHandlerProvider(messages <-chan []byte) http.Handler
- func DeDupe(input <-chan []byte) <-chan []byte
- func HttpHandlerProvider(messages <-chan []byte) http.Handler
- func WebsocketHandlerProvider(messages <-chan []byte) http.Handler
- type DopplerEndpoint
- type HandlerProvider
Constants ¶
View Source
const HttpRequestTimeout = 5 * time.Second
Variables ¶
View Source
var WebsocketKeepAliveDuration = 30 * time.Second
Functions ¶
func HttpHandlerProvider ¶
Types ¶
type DopplerEndpoint ¶
type DopplerEndpoint struct { Endpoint string StreamId string Reconnect bool Timeout time.Duration HProvider HandlerProvider }
func NewDopplerEndpoint ¶
func NewDopplerEndpoint(endpoint string, streamId string, reconnect bool) DopplerEndpoint
func (*DopplerEndpoint) GetPath ¶
func (endpoint *DopplerEndpoint) GetPath() string
type HandlerProvider ¶
Click to show internal directories.
Click to hide internal directories.