Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebSocket ¶
type WebSocket struct { base.DefaultProbe `yaml:",inline"` URL string `yaml:"url" json:"url" jsonschema:"format=uri,title=WebSocket URL,description=WebSocket URL to probe"` Proxy string `yaml:"proxy" json:"proxy,omitempty" jsonschema:"format=url,title=Proxy Server,description=proxy to use for the HTTP request"` Headers map[string]string `` /* 135-byte string literal not displayed */ // contains filtered or unexported fields }
WebSocket implements a Config for a websocket prober.
Click to show internal directories.
Click to hide internal directories.