package
0.0.0-20241114003544-9d41483cd8e7
Repository: https://github.com/lightbitslabs/los-csi.git
Documentation: pkg.go.dev
# Functions
MustParse() is similar to Parse(), but it panics if endpoint is invalid and can't be parsed.
No description provided by the author
Parse() is like ParseStricter(), but it disregards spaces before and after the endpoint string.
ParseCSV() parses a string containing comma-separated list of target endpoints, validates them syntactically, and returns a slice of EP structs.
ParseIP() is akin to Parse, but it only accepts valid IPv4/IPv6 addresses as hosts.
No description provided by the author
ParseSliceIP() is akin to ParseSlice, but it only accepts a valid IPv4/IPv6 addresses as hosts.
No description provided by the author
# Type aliases
No description provided by the author