Documentation ¶
Overview ¶
Package netmon contains the network monitoring related code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingResult ¶ added in v0.4.0
type PingResult struct { ServerID string `json:"server_id"` Server string `json:"server"` Latency time.Duration `json:"latency"` Err error `json:"error"` }
PingResult contains the ping test result.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
cli
Package main is the entrypoint of the application.
|
Package main is the entrypoint of the application. |
server
Package main is the entrypoint of the application.
|
Package main is the entrypoint of the application. |
Package otelsdk provides a simple way to set up the OpenTelemetry SDK with the provided service name, version, and gRPC endpoint.
|
Package otelsdk provides a simple way to set up the OpenTelemetry SDK with the provided service name, version, and gRPC endpoint. |
Click to show internal directories.
Click to hide internal directories.