Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultSocketPathKey is the environment variable name to override the // default socket path for observe and status commands. DefaultSocketPathKey = "HUBBLE_DEFAULT_SOCKET_PATH" // DefaultDialTimeout is the timeout for dialing the server DefaultDialTimeout = 5 * time.Second // DefaultRequestTimeout is the timeout for client requests DefaultRequestTimeout = 12 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func GetDefaultSocketPath ¶
func GetDefaultSocketPath() string
GetDefaultSocketPath returns the default server for status and observe command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.