Documentation ¶
Overview ¶
Package tcp is the tcp probe package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCP ¶
type TCP struct { base.DefaultProbe `yaml:",inline"` Host string `yaml:"host" json:"host" jsonschema:"required,format=hostname,title=Host,description=The host to probe"` Proxy string `yaml:"proxy" json:"proxy,omitempty" jsonschema:"format=hostname,title=Proxy,description=The proxy to use"` }
TCP implements a config for TCP
Click to show internal directories.
Click to hide internal directories.