package
0.1.0-cvefix.3
Repository: https://github.com/as-polyakov/minio.git
Documentation: pkg.go.dev

# Functions

ComputePerfStats takes arrays of Latency & Throughput to compute Statistics.
IsNetworkOrHostDown - if there was a network error or if the host is down.
ParseHost - parses string into Host.
ParseHTTPURL - parses a string into HTTP URL, string is expected to be of form http:// or https://.
ParsePort - parses string into Port.
ParseURL - parses string into URL.

# Structs

Host - holds network host IP/name and its port.
Latency holds latency information for read/write operations to the drive.
Throughput holds throughput information for read/write operations to the drive.

# Type aliases

Port - network port.
URL - improved JSON friendly url.URL.