# Packages
No description provided by the author
# Functions
DumpJSON dumps a json-compatible struct in human-readable form.
IsListeningSocket returns true if connections are accepted on the socket.
ParseEnabled returns whether the given string represents an 'enabled' state.
SortUint64s sorts a slice of uint64 in increasing order.
No description provided by the author
WaitForServer waits for a gRPC server to start accepting connections on a socket.
# Type aliases
Uint64Slice implmenents sort.Interface for a slice of uint64.